From 7dc033f5cce68481484dc59755f2a6bad6eef21e Mon Sep 17 00:00:00 2001 From: Arend van Spriel Date: Mon, 15 Jul 2013 12:09:12 +0200 Subject: 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 Signed-off-by: Thomas Graf --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 ]) -- cgit v1.2.3