summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-06-07 11:42:03 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-06-07 11:42:03 +0200
commit5c8f5b60aa8e24da0bd25824f0f85bf7a4a39ea7 (patch)
treea3e7929cf3c5cdc4a7789fb6f0154f332c9f6c8f /configure.ac
parent4598ed7d3e22d74ffaad7948ddc3455ac9aa7576 (diff)
src: move all libiptc pieces into its directory
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index daed602d..f3de3d38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,6 +111,6 @@ libxtables_vmajor=$(($libxtables_vcurrent - $libxtables_vage));
AC_SUBST([libxtables_vmajor])
AC_CONFIG_FILES([Makefile extensions/GNUmakefile include/Makefile
- libipq/Makefile utils/Makefile
- include/xtables.h include/iptables/internal.h libiptc.pc xtables.pc])
+ libipq/Makefile libiptc/Makefile libiptc/libiptc.pc utils/Makefile
+ include/xtables.h include/iptables/internal.h xtables.pc])
AC_OUTPUT