summaryrefslogtreecommitdiffstats
path: root/loader/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-06-25 02:13:21 +0000
committerMatt Wilson <msw@redhat.com>1999-06-25 02:13:21 +0000
commit79babd8fb43cfd0f73633a42f175398fedf5f7a5 (patch)
tree3cff7ef981549fe3c7454b7bcd81fba16ddf57d9 /loader/Makefile
parente5805f48c6d95f77afedbce04d1cab6b88d4f05b (diff)
downloadanaconda-79babd8fb43cfd0f73633a42f175398fedf5f7a5.tar.gz
anaconda-79babd8fb43cfd0f73633a42f175398fedf5f7a5.tar.xz
anaconda-79babd8fb43cfd0f73633a42f175398fedf5f7a5.zip
added networking calls to isys
added some newt status stuff to the loader
Diffstat (limited to 'loader/Makefile')
-rw-r--r--loader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/Makefile b/loader/Makefile
index 496da72a8..393581760 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -1,6 +1,6 @@
DESTDIR = ../../trees/initrd
-OBJS = loader.o
+OBJS = loader.o log.o windows.o
SOURCES = $(subst .o,.c,$(OBJS))
BINS = loader init
@@ -46,7 +46,7 @@ loader: $(OBJS)
../isys/modutils/insmod/libmodutils.a \
../isys/modutils/util/libutil.a \
../isys/modutils/obj/libobj.a \
- -lrpm -lz -lresolv
+ -lrpm -lz -lresolv -lnewt -lslang
init: init.o $(MINILIBC)
$(CC) $(STATIC) -g $(LDFLAGS) -o $@ init.o $(MINILIBC)