diff options
author | Matt Wilson <msw@redhat.com> | 1999-07-07 19:03:14 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-07-07 19:03:14 +0000 |
commit | de0f960ac06eab08e08b389327803e31adaa7aa1 (patch) | |
tree | 0c962b8fea5b2d00d771fab2ceb4baf4dfa51a05 /isys/Makefile | |
parent | 6716a7df76aa65a0b2230fac7b475b0e98177580 (diff) | |
download | anaconda-de0f960ac06eab08e08b389327803e31adaa7aa1.tar.gz anaconda-de0f960ac06eab08e08b389327803e31adaa7aa1.tar.xz anaconda-de0f960ac06eab08e08b389327803e31adaa7aa1.zip |
fixed pci bindings
Diffstat (limited to 'isys/Makefile')
-rw-r--r-- | isys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isys/Makefile b/isys/Makefile index 997866f6a..343d59f87 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -2,10 +2,10 @@ DESTDIR = $(TOPDIR)/RedHat/instimage/usr/lib/python1.5/site-packages CFLAGS = -I/usr/include/python1.5 -g OBJECTS = isys.o nfsmount.o dns.o mount_clnt.o mount_xdr.o imount.o \ - inet.o smp.o moduleinfo.o devnodes.o otherinsmod.o cpio.o + inet.o smp.o moduleinfo.o devnodes.o otherinsmod.o cpio.o ilang.o STATICLIBS = pci/libpciprobe.a modutils/insmod/libmodutils.a \ modutils/obj/libobj.a modutils/util/libutil.a -LOADLIBES = -lrpm -lresolv -lz +LOADLIBES = -lrpm -lresolv -lz -lpci SUBDIRS = modutils pci all: subdirs _isys.so isys.a |