summaryrefslogtreecommitdiffstats
path: root/src/helpers/Makefile.am
blob: 2c9d63b7ed4630422df10ebc9c8ed6bf89f51f04 (plain)
1
2
3
4
5
6
7
8
9
include $(top_srcdir)/Make_global.am

pkglib_LTLIBRARIES = ct_helper_ftp.la

ct_helper_ftp_la_SOURCES = ftp.c
ct_helper_ftp_la_LDFLAGS = -avoid-version -module $(LIBNETFILTER_CONNTRACK_LIBS)
ct_helper_ftp_la_CFLAGS = $(AM_CFLAGS) $(LIBNETFILTER_CONNTRACK_CFLAGS)