Move rc_env_filter and rc_env_config out of librc and into rc

This commit is contained in:
Roy Marples
2007-10-08 11:07:39 +00:00
parent 9d18c195d7
commit e7dab9bb91
9 changed files with 313 additions and 312 deletions

View File

@@ -57,8 +57,8 @@ LIBRCOBJS = librc.o librc-depend.o librc-daemon.o librc-misc.o librc-strlist.o
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
rc-depend.o rc-misc.o rc-plugin.o rc-status.o rc-update.o \
runscript.o start-stop-daemon.o rc.o
LDLIBS_RC = -leinfo -lrc -lutil
LIB_TARGETS = $(LIBEINFOSO) $(LIBRCSO)