libipt_ACCOUNT: (tomj) renamed example application to "iptaccount", include it in...
[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
4e2cc14a 10AC_OUTPUT(Makefile src/Makefile iptaccount/Makefile libipt_ACCOUNT.pc libipt_ACCOUNT.spec)