summaryrefslogtreecommitdiff
path: root/libnet.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libnet.pc.in')
-rw-r--r--libnet.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libnet.pc.in b/libnet.pc.in
new file mode 100644
index 0000000..bc05249
--- /dev/null
+++ b/libnet.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: @PACKAGE@
+Version: @VERSION@
+Description: portable framework for low-level network packet construction
+Requires:
+Libs: -L${libdir} -lnet @LTLIBINTL@
+Cflags: -I${includedir}
+