From a9183a9c9faccff54a25b06b81a720211e8eafc2 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Mon, 10 Mar 2008 14:57:01 +0100 Subject: [PATCH] Fix from Benoit Boissinot required to install libnl in non-standard locations. --- libnl-1.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnl-1.pc.in b/libnl-1.pc.in index 7ac8413..6ad102d 100644 --- a/libnl-1.pc.in +++ b/libnl-1.pc.in @@ -7,4 +7,4 @@ Name: libnl Description: Convenience library for netlink sockets Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lnl -Cflags: +Cflags: -I${includedir}