chiark / gitweb /
libudev: add missing 'global' to symbol export
[elogind.git] / src / libudev / libudev.pc.in
index dad7139c8544a5de680d9ee771492bedd39282ec..2b183e9dc7718edf0ada2719fa324330d46df598 100644 (file)
@@ -13,6 +13,6 @@ includedir=@includedir@
 Name: libudev
 Description: Library to access udev device information
 Version: @VERSION@
-Libs: -L${libdir} -ludev -lrt
-Libs.private:
+Libs: -L${libdir} -ludev
+Libs.private: -lrt
 Cflags: -I${includedir}