libipt_ACCOUNT: (tomj) reorganized headers so we don't need to include ip_tables...
[libipt_ACCOUNT] / configure.in
CommitLineData
3a07e3fb
TJ
1AC_INIT(configure.in)
2
3AM_CONFIG_HEADER(config.h)
4AM_INIT_AUTOMAKE(libipt_ACCOUNT, 1.0)
5
6AC_LANG_C
7AC_PROG_CC
8AM_PROG_LIBTOOL
9
10AC_OUTPUT(Makefile src/Makefile example/Makefile libipt_ACCOUNT.pc libipt_ACCOUNT.spec)