diff options
author | Erik Troan <ewt@redhat.com> | 2000-03-28 17:15:00 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-03-28 17:15:00 +0000 |
commit | d88a1d250482c1bf2ab70702e8264cebf4d13392 (patch) | |
tree | 882a52e25ca8060bf0140e9ce22d71652ec64a36 /isys | |
parent | 2bb1eb252c7833d96bd0b40eccaf746ffde72b3b (diff) | |
download | anaconda-d88a1d250482c1bf2ab70702e8264cebf4d13392.tar.gz anaconda-d88a1d250482c1bf2ab70702e8264cebf4d13392.tar.xz anaconda-d88a1d250482c1bf2ab70702e8264cebf4d13392.zip |
look for pump in <pump.h>
Diffstat (limited to 'isys')
-rw-r--r-- | isys/Makefile | 1 | ||||
-rw-r--r-- | isys/isys.c | 2 |
2 files changed, 1 insertions, 2 deletions
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 <sys/vfs.h> #include <unistd.h> #include <resolv.h> +#include <pump.h> #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); |