summaryrefslogtreecommitdiffstats
path: root/libnl-genl-3.0.pc.in
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2011-09-13 20:58:08 (GMT)
committerThomas Graf <tgraf@redhat.com>2011-09-13 20:58:08 (GMT)
commit4c210adcb572d8950fdc6b5135406e06e55f8b56 (patch)
treee4f354d4fdd7462dfa2b21c8833890bd5bb80db8 /libnl-genl-3.0.pc.in
parenta73cb2f26932d90a2d47a28e9c524e7f33dcffbd (diff)
downloadlibnl-4c210adcb572d8950fdc6b5135406e06e55f8b56.zip
libnl-4c210adcb572d8950fdc6b5135406e06e55f8b56.tar.gz
libnl-4c210adcb572d8950fdc6b5135406e06e55f8b56.tar.bz2
Switch to libtool versioning system
It has been a request that multiple libnl versions should be installabe in parallel. In order to achieve this, the basename of the library was changed to libnl-3 which reflects the 3rd generation of libnl APIs. It also means that release based library versioning is left behind and libtool versioning is used instead. Projects using pkgconfig will automatically link against the new library basename and will not notice a difference. The SO versioning is based on the glib model: current := 100 * minor + micro - revision revision := revision age := age (number of backwards compatible versions)
Diffstat (limited to 'libnl-genl-3.0.pc.in')
-rw-r--r--libnl-genl-3.0.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libnl-genl-3.0.pc.in b/libnl-genl-3.0.pc.in
new file mode 100644
index 0000000..d6b69b8
--- /dev/null
+++ b/libnl-genl-3.0.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libnl-genl
+Description: Generic Netlink Library
+Version: @PACKAGE_VERSION@
+Requires: libnl-3.0
+Libs: -L${libdir} -lnl-genl-@MAJ_VERSION@
+Cflags: -I${includedir}/libnl@MAJ_VERSION@