diff options
author | Erik Troan <ewt@redhat.com> | 1999-08-06 17:31:00 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-08-06 17:31:00 +0000 |
commit | 455fdb7027c443d558077703ee2ff932e5935d25 (patch) | |
tree | 91f95fe5252d3110920f48220c560e96c7dff622 /isys/Makefile | |
parent | f85000fbc9ae5c0fd00f69336c80553e8970d4cc (diff) | |
download | anaconda-455fdb7027c443d558077703ee2ff932e5935d25.tar.gz anaconda-455fdb7027c443d558077703ee2ff932e5935d25.tar.xz anaconda-455fdb7027c443d558077703ee2ff932e5935d25.zip |
moved hardware listing into isys
Diffstat (limited to 'isys/Makefile')
-rw-r--r-- | isys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile index f0766f47d..91934e1f7 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -2,7 +2,7 @@ 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 probe.o STATICLIBS = pci/libpciprobe.a modutils/insmod/libmodutils.a \ modutils/obj/libobj.a modutils/util/libutil.a LOADLIBES = -lrpm -lresolv -lz -lpci |