From a1d521071288e1187965331f6ad7ee220b560652 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Fri, 25 Jan 2013 20:31:57 +0100 Subject: Fix make distcheck Recently introduced addr.h was missing from Makefile.am. --- include/ulogd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3