chiark / gitweb /
build-sys: libudev - get rid of the needless selinux linking (again)
[elogind.git] / src / libudev / libudev.pc.in
index c9a47fc9b8587eecaa0fa24303240233e3776a78..a0f3f524e0ad82a1a0d0a8c1216046724e623d8e 100644 (file)
@@ -1,3 +1,10 @@
+#  This file is part of systemd.
+#
+#  systemd is free software; you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as published by
+#  the Free Software Foundation; either version 2.1 of the License, or
+#  (at your option) any later version.
+
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
@@ -6,6 +13,5 @@ includedir=@includedir@
 Name: libudev
 Description: Library to access udev device information
 Version: @VERSION@
-Libs: -L${libdir} -ludev -lrt
-Libs.private:
+Libs: -L${libdir} -ludev
 Cflags: -I${includedir}