diff options
Diffstat (limited to 'libipq/libipq.pc.in')
-rw-r--r-- | libipq/libipq.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libipq/libipq.pc.in b/libipq/libipq.pc.in new file mode 100644 index 0000000..ea31ec7 --- /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} |