blob: c02273ef5ca10ee9e36f88ef75e0bda88ada6c86 (
plain)
1
2
3
4
5
6
7
8
|
--- Libnet-1.0.2a.orig/test/Ethernet/Makefile.am 1970-01-01 00:00:00.000000000 +0100
+++ Libnet-1.0.2a/test/Ethernet/Makefile.am 2009-06-12 21:48:27.000000000 +0200
@@ -0,0 +1,5 @@
+include $(top_srcdir)/Makefile.am.common
+
+noinst_PROGRAMS = arp tcp icmp_mask get_address poink
+
+LDFLAGS = ../../src/libnet.la
|