diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:15:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:15:01 +0200 |
commit | d2e5a673aa7637c990ca7307e831327eb67e3fe7 (patch) | |
tree | 70e2d421684317208dc94db354551aca749b3328 /package/libnet/patches/patch-test_TCP_Makefile_am | |
parent | a8259a651484f6dd5051a20e64f43ae27fc04613 (diff) | |
parent | 6d7a7f4776711758cf5b59028378f01cd8eba493 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libnet/patches/patch-test_TCP_Makefile_am')
-rw-r--r-- | package/libnet/patches/patch-test_TCP_Makefile_am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/libnet/patches/patch-test_TCP_Makefile_am b/package/libnet/patches/patch-test_TCP_Makefile_am new file mode 100644 index 000000000..2d910df03 --- /dev/null +++ b/package/libnet/patches/patch-test_TCP_Makefile_am @@ -0,0 +1,8 @@ +--- Libnet-1.0.2a.orig/test/TCP/Makefile.am 1970-01-01 00:00:00.000000000 +0100 ++++ Libnet-1.0.2a/test/TCP/Makefile.am 2009-06-12 21:48:27.000000000 +0200 +@@ -0,0 +1,5 @@ ++include $(top_srcdir)/Makefile.am.common ++ ++noinst_PROGRAMS = syn-flood tcp tcp+data tcp+data+ipopt ++ ++LDFLAGS += ../../src/libnet.la |