summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-02-11 16:40:29 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-02-16 17:52:05 +0100
commit51bc836ad3fd52ed72289028871318d561b2959a (patch)
treeeb6b36c9471fd58e01e25c5ad87198331d43cae8 /configure.ac
parent5dd19de34380c91ad07bbe79a34726e59891cf54 (diff)
libiptc: make library available as a shared library
Tested-by: Jesper Dangaard Brouer <hawk@comx.dk> Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3277666e..55569bda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,5 +80,5 @@ AC_SUBST([libxtables_vmajor])
AC_CONFIG_FILES([Makefile extensions/GNUmakefile include/Makefile
libipq/Makefile
- include/xtables.h include/iptables/internal.h xtables.pc])
+ include/xtables.h include/iptables/internal.h libiptc.pc xtables.pc])
AC_OUTPUT