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> | 2007-04-17 00:28:16 +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> | 2007-04-17 00:28:16 +0000 |
commit | 9212740cfbefc500c93f55b2b5289b1740e9c9e0 (patch) | |
tree | a3fbe05204994c5f8d39faf85811dea042f7232c /include/Makefile.am | |
parent | 5515f19129d04f692ed6be36c016fd6502192aa0 (diff) |
- bump version to 0.9.3
- show 'conntrack-tools' string when 'conntrack -V' is issued
- include missing headers to include/Makefile.am
Diffstat (limited to 'include/Makefile.am')
-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 e669d73..a7716d9 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,5 +1,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 + debug.h log.h hash.h mcast.h buffer.h conntrack.h \ + state_helper.h network.h ignore.h |