From d88a1d250482c1bf2ab70702e8264cebf4d13392 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Tue, 28 Mar 2000 17:15:00 +0000 Subject: look for pump in --- isys/Makefile | 1 - isys/isys.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'isys') diff --git a/isys/Makefile b/isys/Makefile index 710017dae..5e5d820ed 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -9,7 +9,6 @@ OBJECTS = nfsmount.o dns.o mount_clnt.o mount_xdr.o imount.o \ STATICOBJS = otherinsmod.o STATICLIBS = /usr/lib/python1.5/site-packages/kudzumodule.so LOADLIBES = -lbz2 -lresolv -lz -lpci -lpopt -L../pump -lpump -#PYTHONLIBDIR = $(DESTDIR)/Pusr/lib/python1.5/site-packages PYMODULES = _isys.so SUBDIRS = pci diff --git a/isys/isys.c b/isys/isys.c index 2d654f9af..7f21c871a 100644 --- a/isys/isys.c +++ b/isys/isys.c @@ -18,6 +18,7 @@ #include #include #include +#include #include "Python.h" @@ -27,7 +28,6 @@ #include "probe.h" #include "smp.h" #include "lang.h" -#include "../pump/pump.h" #include "../balkan/byteswap.h" long long llseek(int fd, long long offset, int whence); -- cgit