projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfbb225
)
libiptc/Makefile.am: Added xtables.h, libxtc.h to libiptc_la_SOURCES.
author
Sebastian Harl
<sh@tokkee.org>
Wed, 29 Oct 2008 16:15:13 +0000
(17:15 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sun, 2 Nov 2008 13:16:46 +0000
(14:16 +0100)
Else, those files would not be included in the tarball.
src/libiptc/Makefile.am
patch
|
blob
|
history
diff --git
a/src/libiptc/Makefile.am
b/src/libiptc/Makefile.am
index
338aecb
..
ffa9887
100644
(file)
--- 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