diff options
Diffstat (limited to 'extensions/Makefile.am')
-rw-r--r-- | extensions/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am new file mode 100644 index 0000000..ae78346 --- /dev/null +++ b/extensions/Makefile.am @@ -0,0 +1,14 @@ +AUTOMAKE_OPTIONS = no-dependencies foreign + +EXTRA_DIST = $(man_MANS) acinclude.m4 + +man_MANS = + +INCLUDES=-I../include -I/lib/modules/$(shell (uname -r))/build/include +CFLAGS=-fPIC -Wall +LIBS= + +lib_LTLIBRARIES = libct_proto_tcp.la libct_proto_udp.la + +libct_proto_tcp_la_SOURCES = libct_proto_tcp.c +libct_proto_udp_la_SOURCES = libct_proto_udp.c |