]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
Fix make distcheck
authorEric Leblond <eric@regit.org>
Fri, 25 Jan 2013 19:31:57 +0000 (20:31 +0100)
committerEric Leblond <eric@regit.org>
Fri, 25 Jan 2013 19:47:51 +0000 (20:47 +0100)
Recently introduced addr.h was missing from Makefile.am.

include/ulogd/Makefile.am

index 9b8a3d12d5f11eebe4a181a44abb53ad9b3122d5..5e6aa75606f95d4d941970b7f7fcd65d47dda1c8 100644 (file)
@@ -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