summaryrefslogtreecommitdiffstats
path: root/libnl-2.0.pc.in
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2010-10-14 11:56:46 (GMT)
committerThomas Graf <tgraf@suug.ch>2010-10-14 11:56:46 (GMT)
commit3229b32e39363c439f0d042b561417e7b48aa786 (patch)
tree12072daf819eb7da0d91f7439df78a0371d85bdd /libnl-2.0.pc.in
parent2dbc1ca76c5b82c40749e609eb83877418abb006 (diff)
downloadlibnl-3229b32e39363c439f0d042b561417e7b48aa786.zip
libnl-3229b32e39363c439f0d042b561417e7b48aa786.tar.gz
libnl-3229b32e39363c439f0d042b561417e7b48aa786.tar.bz2
- Prepare for 2.1.x tree
- Bump interface number, we will break API in the development tree
Diffstat (limited to 'libnl-2.0.pc.in')
-rw-r--r--libnl-2.0.pc.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/libnl-2.0.pc.in b/libnl-2.0.pc.in
deleted file mode 100644
index e44f0fb..0000000
--- a/libnl-2.0.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-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}