blob: 04d7a97f3670099c99d9d0f32ba107b606cc27f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- Makefile.in.orig Mon Jul 26 08:08:50 1999
+++ Makefile.in Sat Jan 8 00:17:56 2000
@@ -22,10 +22,10 @@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
-PCAPDIR = $(srcdir)/libpcap-0.4
-PCAPINCS = -I$(PCAPDIR)
-PCAPLIBS = -L$(PCAPDIR) -lpcap
-PCAPDEP = $(PCAPDIR)/pcap.h $(PCAPDIR)/libpcap.a
+PCAPDIR =
+PCAPINCS =
+PCAPLIBS = -lpcap
+PCAPDEP =
LNETDIR = $(srcdir)/Libnet-0.99b
LNETINCS = -I$(LNETDIR)/include
|