]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
changed paths to python 1.5 paths
authorewt <ewt>
Thu, 30 Apr 1998 21:24:46 +0000 (21:24 +0000)
committerewt <ewt>
Thu, 30 Apr 1998 21:24:46 +0000 (21:24 +0000)
Makefile

index 042cab5b2a1d79e714aa464dd65bd841d1d807b5..02b053e3cf9c37cdd921c9feb9c31f3deda67a20 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ libdir = $(prefix)/lib
 bindir = $(prefix)/bin
 ARCHNAME = $(shell uname -m | sed 's/i.86/i386/')
 pythondir = $(prefix)/lib/python1.5
-pythonbindir = $(prefix)/lib/python1.4/linux-$(ARCHNAME)
+pythonbindir = $(prefix)/lib/python1.5/linux-$(ARCHNAME)
 
 #--------------------------------------
 
@@ -55,7 +55,7 @@ _snackmodule.so:   snackmodule.o $(LIBNEWTSH)
        gcc --shared -o _snackmodule.so snackmodule.o -L . $(LIBNEWTSH)
 
 snackmodule.o:   snackmodule.c
-       gcc -I/usr/include/python1.4 -fPIC $(CFLAGS) -c snackmodule.c
+       gcc -I/usr/include/python1.5 -fPIC $(CFLAGS) -c snackmodule.c
 
 whiptail: $(NDIALOGOBJS) $(LIBNEWTSH)
        gcc -g -o whiptail $(NDIALOGOBJS) -L . $(LIBNEWTSH) $(LIBS) -lpopt