From: Vincent Bernat Date: Sun, 5 Oct 2014 13:16:50 +0000 (+0200) Subject: build: remove useless variables from pkgconfig file X-Git-Tag: 0.7.11~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a8e3db1d622abcb2db74f735ad4864c40fcba47;p=thirdparty%2Flldpd.git build: remove useless variables from pkgconfig file Because the content of liblldpctl.pc is now fully expanded, the variables at the top are now useless. Remove them. --- diff --git a/src/lib/lldpctl.pc.in b/src/lib/lldpctl.pc.in index 364481d7..e64da323 100644 --- a/src/lib/lldpctl.pc.in +++ b/src/lib/lldpctl.pc.in @@ -1,8 +1,3 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - Name: lldpctl Description: Library to interface with lldpd, a 802.1AB daemon Version: @VERSION@