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-07 11:04:00 +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-07 11:04:00 +0000 |
commit | cee8b90c3e93e9759ad559d55fc75fe9f7f11452 (patch) | |
tree | e0cdca7eaa89fd25eb92e1038c399b01aeb101b3 /include | |
parent | 974d151ef8587d5ba3b6442eec500fefb18b4a9c (diff) | |
download | conntrack-tools-cee8b90c3e93e9759ad559d55fc75fe9f7f11452.tar.gz conntrack-tools-cee8b90c3e93e9759ad559d55fc75fe9f7f11452.zip |
fix make distcheck
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 7b6bc14..7eaca35 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -2,5 +2,5 @@ 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 timer.h + state_helper.h network.h ignore.h timer.h queue.h |