summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArend van Spriel <arend@broadcom.com>2013-07-15 12:09:12 +0200
committerThomas Graf <tgraf@suug.ch>2013-07-18 23:22:18 +0200
commit7dc033f5cce68481484dc59755f2a6bad6eef21e (patch)
tree7062363b0296bb3d5f200d3e9a937087d133df38 /configure.ac
parente77ea939c44b9d7241d00f8324f63294cc0279c0 (diff)
downloadlibnl-7dc033f5cce68481484dc59755f2a6bad6eef21e.tar.gz
add python module for generic netlink library
This commit adds creation of the netlink.genl package. The actual capi.i will be filled in upcoming commits so the module is rather dumb for now. Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 34e8c9fd..46b216bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -132,6 +132,7 @@ man/Makefile
python/Makefile
python/setup.py
python/netlink/Makefile
+python/netlink/genl/Makefile
python/netlink/route/Makefile
include/netlink/version.h
])