From 3a8e3db1d622abcb2db74f735ad4864c40fcba47 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 5 Oct 2014 15:16:50 +0200 Subject: [PATCH] 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. --- src/lib/lldpctl.pc.in | 5 ----- 1 file changed, 5 deletions(-) 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@ -- 2.39.5