diff options
author | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-01-15 13:42:03 +0000 |
---|---|---|
committer | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-01-15 13:42:03 +0000 |
commit | e62e70e2cfe62f3df55fdb17f35895ebb43c0de9 (patch) | |
tree | ed26cc4eb61c2c84cd7edd8734854d058ed6f37c /include | |
parent | 6dd62d2a2b8c06507c3e2eb5026a43e2deb3da6e (diff) | |
download | conntrack-tools-e62e70e2cfe62f3df55fdb17f35895ebb43c0de9.tar.gz conntrack-tools-e62e70e2cfe62f3df55fdb17f35895ebb43c0de9.zip |
add traffic_stats.h and netlink.h to include/Makefile.am
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 4322f26..ff8611f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -2,5 +2,6 @@ noinst_HEADERS = alarm.h jhash.h slist.h cache.h linux_list.h \ sync.h conntrackd.h local.h us-conntrack.h \ debug.h log.h hash.h mcast.h buffer.h conntrack.h \ - state_helper.h network.h ignore.h queue.h + state_helper.h network.h ignore.h queue.h \ + traffic_stats.h netlink.h |