blob: bafbce66fe374b8da4309a079db7d895d18d5fe7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- Makefile.orig Wed Jan 30 11:16:34 2002
+++ Makefile Wed Jan 30 11:20:32 2002
@@ -1,10 +1,10 @@
SWIG=/usr/local/bin/swig
CC=gcc -g
-PYTHON_INCLUDES=-I/usr/include/python1.5
-LIBNET_INCLUDES=-I/usr/include/libnet
+PYTHON_INCLUDES=-I%%PYTHON_INCLUDEDIR%%
+LIBNET_INCLUDES=-I%%LOCALBASE%%/include
CFLAGS=`libnet-config --defines`
-LIBNET_LIB=/usr/lib/libnet.a
+LIBNET_LIB=%%LOCALBASE%%/lib/libnet.a
OBJS= libnet.o exception.o error.o interface.o
|