summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 19dab7cdff08d02a07209f56cdb01e857dc7c077 (plain)
1
2
3
4
5
6
7
8
include $(top_srcdir)/Make_global.am
lib_LTLIBRARIES = libnetfilter_cthelper.la

libnetfilter_cthelper_la_LIBADD = ${LIBMNL_LIBS}
libnetfilter_cthelper_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libnetfilter_cthelper.map -version-info $(LIBVERSION)
libnetfilter_cthelper_la_SOURCES = libnetfilter_cthelper.c	\
				   libnetfilter_cthelper.map	\
				   internal.h