From bf4fd3acee4e611afee20025f55454e37813f8ca Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 23 Jun 2009 01:12:53 +0200 Subject: Move to automake-based build Issues solved: * PACKAGE_VERSION was abused for SOVERSION * unneeded DEP stage * did not support out-of-tree builds * no way to turn off silent mode * overriding CFLAGS at make time was not supported * no static libs were provided Signed-off-by: Jan Engelhardt --- libnl-2.0.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libnl-2.0.pc.in') diff --git a/libnl-2.0.pc.in b/libnl-2.0.pc.in index 6ad102d7..e44f0fbe 100644 --- a/libnl-2.0.pc.in +++ b/libnl-2.0.pc.in @@ -1,7 +1,7 @@ prefix=@prefix@ -exec_prefix=@prefix@ +exec_prefix=@exec_prefix@ libdir=@libdir@ -includedir=@prefix@/include +includedir=@includedir@ Name: libnl Description: Convenience library for netlink sockets -- cgit v1.2.3