From d894e26211f38db37015850afab6b7331edeecdb Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org" Date: Sun, 1 May 2005 23:19:42 +0000 Subject: o Created changelog file o Deleted libctnetlink.h and libnfnetlink.h from the include/ dir. o Added support for version (-V) and help (-h) o Added event mask based support o Added GPLv2 headers o Use fprintf instead of printf o Defined print_tuple and print_proto output interfaces o ctnl_[get|del]_conntrack handles return value from kernel via msgerr o Added support for conntrack table flushing o Added test case file (test.sh) o Improve dump output o Autoconf stuff for conntrack + some pablo's modifications. o Fixed packet counters formatting (use %llu instead of %lu) --- extensions/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 extensions/Makefile (limited to 'extensions/Makefile') diff --git a/extensions/Makefile b/extensions/Makefile deleted file mode 100644 index e23ed90..0000000 --- a/extensions/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -CC=gcc - -all: - ${CC} -fPIC -Wall -g -c libct_proto_tcp.c - ${CC} -g -shared -Wl,-soname,libct_proto_tcp.so.0 -o libct_proto_tcp.so.0.0 libct_proto_tcp.o -lc - ln -sf libct_proto_tcp.so.0.0 libct_proto_tcp.so - - ${CC} -fPIC -Wall -g -c libct_proto_udp.c - ${CC} -g -shared -Wl,-soname,libct_proto_udp.so.0 -o libct_proto_udp.so.0.0 libct_proto_udp.o -lc - ln -sf libct_proto_udp.so.0.0 libct_proto_udp.so -clean: - rm -rf *.so *.so.* *.o -- cgit v1.2.3