]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lib: fix pkgconfig file substitutions
authorVincent Bernat <vincent@bernat.im>
Sun, 9 Nov 2014 13:47:31 +0000 (14:47 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 9 Nov 2014 13:47:31 +0000 (14:47 +0100)
src/lib/lldpctl.pc.in

index e64da323700a65f6e4ee4af7b8a15d4d0c22d394..65ce1ef646d1ff2b5b77268a593075abe7d0be8e 100644 (file)
@@ -2,5 +2,5 @@ Name: lldpctl
 Description: Library to interface with lldpd, a 802.1AB daemon
 Version: @VERSION@
 URL: @PACKAGE_URL@
-Libs: -L${libdir} -llldpctl
-Cflags: -I${includedir}
+Libs: -L@libdir@ -llldpctl
+Cflags: -I@includedir@