aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/flowperpkt-plugin/configure.ac
blob: 80546169efdcf1d5e7b42bc12421e0d4d5dfca24 (plain)
1
2
3
4
5
6
7
8
9
AC_INIT(flowperpkt_plugin, 1.0)
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])

AC_PROG_LIBTOOL
AC_PROG_CC

AC_OUTPUT([Makefile])