From: Sebastian Harl Date: Wed, 29 Oct 2008 16:15:13 +0000 (+0100) Subject: libiptc/Makefile.am: Added xtables.h, libxtc.h to libiptc_la_SOURCES. X-Git-Tag: collectd-4.5.2~14 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=b6612126;p=collectd.git libiptc/Makefile.am: Added xtables.h, libxtc.h to libiptc_la_SOURCES. Else, those files would not be included in the tarball. --- diff --git a/src/libiptc/Makefile.am b/src/libiptc/Makefile.am index 338aecb9..ffa98878 100644 --- a/src/libiptc/Makefile.am +++ b/src/libiptc/Makefile.am @@ -10,5 +10,6 @@ noinst_LTLIBRARIES = libiptc.la libiptc_la_CFLAGS = -DIPTABLES_VERSION=\"1.4.0\" -I$(KERNEL_DIR)/include libiptc_la_SOURCES = libip4tc.c libip6tc.c \ - ipt_kernel_headers.h libip6tc.h libiptc.h linux_list.h + ipt_kernel_headers.h libip6tc.h libiptc.h linux_list.h \ + xtables.h libxtc.h