From 837f43e163b31e40b3ea554d6d031f25789590ac Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 29 Sep 2007 16:42:08 +0000 Subject: librc no longer uses libeinfo. deptree function names are now all under rc_deptree_ --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index f57cf901..a607e70a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -54,12 +54,12 @@ LDLIBS_LIBEINFO = $(LDLIBS) LIBRCSOVER = 0 LIBRCSO = librc.so.$(LIBRCSOVER) LIBRCOBJS = librc.o librc-depend.o librc-daemon.o librc-misc.o librc-strlist.o -LDLIBS_LIBRC = -leinfo +LDLIBS_LIBRC = RCOBJS = checkown.o env-update.o fstabinfo.o mountinfo.o \ rc-depend.o rc-plugin.o rc-status.o rc-update.o runscript.o \ start-stop-daemon.o rc.o -LDLIBS_RC = $(LDLIBS_LIBRC) -lrc -lutil +LDLIBS_RC = $(LDLIBS_LIBRC) -leinfo -lrc -lutil LIB_TARGETS = $(LIBEINFOSO) $(LIBRCSO) SBIN_TARGETS = rc -- cgit v1.2.3