diff options
| author | Alexander Wirt <formorer@debian.org> | 2013-05-18 21:48:14 +0200 |
|---|---|---|
| committer | Alexander Wirt <formorer@debian.org> | 2013-05-18 21:48:14 +0200 |
| commit | 484ed0908b6415ea847a4ba42dcb7dbebe81831d (patch) | |
| tree | 671e8b11fae025390feb87a678689ba8f4f4acee /src/helpers/Makefile.am | |
| parent | 095df096593fa957706bff1a552b072ae079d7fb (diff) | |
| parent | 6b61aefbf3de71852386f5f26d60c10ef62407d3 (diff) | |
| download | conntrack-tools-484ed0908b6415ea847a4ba42dcb7dbebe81831d.tar.gz conntrack-tools-484ed0908b6415ea847a4ba42dcb7dbebe81831d.zip | |
Merge tag 'upstream/1.4.1'
Upstream version 1.4.1
Diffstat (limited to 'src/helpers/Makefile.am')
| -rw-r--r-- | src/helpers/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/helpers/Makefile.am b/src/helpers/Makefile.am new file mode 100644 index 0000000..589b4f3 --- /dev/null +++ b/src/helpers/Makefile.am @@ -0,0 +1,17 @@ +include $(top_srcdir)/Make_global.am + +pkglib_LTLIBRARIES = ct_helper_ftp.la \ + ct_helper_rpc.la \ + ct_helper_tns.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) + +ct_helper_rpc_la_SOURCES = rpc.c +ct_helper_rpc_la_LDFLAGS = -avoid-version -module $(LIBNETFILTER_CONNTRACK_LIBS) +ct_helper_rpc_la_CFLAGS = $(AM_CFLAGS) $(LIBNETFILTER_CONNTRACK_CFLAGS) + +ct_helper_tns_la_SOURCES = tns.c +ct_helper_tns_la_LDFLAGS = -avoid-version -module $(LIBNETFILTER_CONNTRACK_LIBS) +ct_helper_tns_la_CFLAGS = $(AM_CFLAGS) $(LIBNETFILTER_CONNTRACK_CFLAGS) |
