From 4982fe43cf247cda6ddb946a8f1fd58177124735 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 8 Aug 2011 02:38:41 +0200 Subject: libipq: add pkgconfig file This is just to make sure that projects (still) using it do so with the right cflags, e.g. for when the include file ends up in a non-standard location due to ./configure having been called with --include=/somewhere/else. Signed-off-by: Jan Engelhardt --- libipq/libipq.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libipq/libipq.pc.in (limited to 'libipq/libipq.pc.in') diff --git a/libipq/libipq.pc.in b/libipq/libipq.pc.in new file mode 100644 index 00000000..ea31ec73 --- /dev/null +++ b/libipq/libipq.pc.in @@ -0,0 +1,11 @@ + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libipq +Description: Interface to the (old) ip_queue mechanism +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lipq +Cflags: -I${includedir} -- cgit v1.2.3