summaryrefslogtreecommitdiff
path: root/libnl-3.0.pc.in
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2011-03-21 17:03:01 +0100
committerThomas Graf <tgraf@suug.ch>2011-03-21 17:03:01 +0100
commit55f803c64df6f742a00dd45a24a3d51f87f6365b (patch)
treea1c19798545941b6cba9b531a52a9c3340e50996 /libnl-3.0.pc.in
parent722a227795e5d159d42a3131ba8722a314d0e270 (diff)
downloadlibnl-55f803c64df6f742a00dd45a24a3d51f87f6365b.tar.gz
libnl-3.0libnl3_0
Diffstat (limited to 'libnl-3.0.pc.in')
-rw-r--r--libnl-3.0.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libnl-3.0.pc.in b/libnl-3.0.pc.in
new file mode 100644
index 0000000..e44f0fb
--- /dev/null
+++ b/libnl-3.0.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libnl
+Description: Convenience library for netlink sockets
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lnl
+Cflags: -I${includedir}