From 93e4c2a4a5d72af30dead4f31a3df00b63cbc3af Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Sat, 30 Jul 2005 20:32:58 +0000 Subject: shuffle files to new directory structure --- src/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..6a604fb --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,12 @@ +#AUTOMAKE_OPTIONS = no-dependencies foreign + +#EXTRA_DIST = $(man_MANS) acinclude.m4 + +INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} +AM_CFLAGS=-fPIC -Wall +LIBS= + +lib_LTLIBRARIES = libnfnetlink.la + +libnfnetlink_la_LDFLAGS = -Wc,-nostartfiles +libnfnetlink_la_SOURCES = libnfnetlink.c -- cgit v1.2.3