summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2013-01-25 20:31:57 +0100
committerEric Leblond <eric@regit.org>2013-01-25 20:47:51 +0100
commita1d521071288e1187965331f6ad7ee220b560652 (patch)
tree1cacbc174b8b8a96d13aa1c3fd43a6026760b476
parente95bcd946114dc534f0f0af8151f593fd0a9a66c (diff)
Fix make distcheck
Recently introduced addr.h was missing from Makefile.am.
-rw-r--r--include/ulogd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ulogd/Makefile.am b/include/ulogd/Makefile.am
index 9b8a3d1..5e6aa75 100644
--- a/include/ulogd/Makefile.am
+++ b/include/ulogd/Makefile.am
@@ -1,2 +1,2 @@
-noinst_HEADERS = conffile.h db.h ipfix_protocol.h linuxlist.h ulogd.h printpkt.h printflow.h common.h linux_rbtree.h timer.h slist.h hash.h jhash.h
+noinst_HEADERS = conffile.h db.h ipfix_protocol.h linuxlist.h ulogd.h printpkt.h printflow.h common.h linux_rbtree.h timer.h slist.h hash.h jhash.h addr.h