libnl/include
Thomas Graf 4c210adcb5 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)
2011-09-13 22:58:08 +02:00
..
linux Support for NLM_F_INTR 2011-07-14 10:51:49 +02:00
netlink Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
Makefile.am Install headers in ${includedir}/libnl3 2011-09-13 11:48:18 +02:00
netlink-generic.h Initial import 2007-09-15 01:28:01 +02:00
netlink-local.h Don't redefine offsetof when already defined by e.g. stddef.h 2011-06-21 11:33:44 +02:00
netlink-tc.h Unified TC API 2011-03-21 15:51:52 +01:00
netlink-types.h HTB: Add support for level and direct pkt stats, complete access functions 2011-06-09 13:32:13 +02:00