diff options
Diffstat (limited to 'libxtables')
-rw-r--r-- | libxtables/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libxtables/Makefile.am b/libxtables/Makefile.am index 3bfded85..2f4a12e5 100644 --- a/libxtables/Makefile.am +++ b/libxtables/Makefile.am @@ -2,6 +2,7 @@ AM_CFLAGS = ${regular_CFLAGS} AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include -I${top_srcdir}/iptables -I${top_srcdir} ${kinclude_CPPFLAGS} +AM_LDFLAGS = ${regular_LDFLAGS} lib_LTLIBRARIES = libxtables.la libxtables_la_SOURCES = xtables.c xtoptions.c getethertype.c |