summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2012-11-23 17:05:05 +0100
committerThomas Graf <tgraf@suug.ch>2012-11-23 17:06:15 +0100
commited3d7066f7fbe26f41a3e0f4321be0eeb35332be (patch)
tree8adeaed12673055889fcbf3341163cc11edfe9a4
parent3163fa707b198ee6db5aa2bb03d569812bacdaa4 (diff)
Include the newly added header files in next release
Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r--include/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 80c615c..54fd71f 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -24,6 +24,8 @@ nobase_libnlinclude_HEADERS = \
netlink/data.h \
netlink/errno.h \
netlink/handlers.h \
+ netlink/hash.h \
+ netlink/hashtable.h \
netlink/list.h \
netlink/msg.h \
netlink/netlink-compat.h \
@@ -81,6 +83,7 @@ nobase_libnlinclude_HEADERS += \
netlink/cli/class.h \
netlink/cli/cls.h \
netlink/cli/ct.h \
+ netlink/cli/exp.h \
netlink/cli/link.h \
netlink/cli/neigh.h \
netlink/cli/qdisc.h \