summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-29 16:42:08 +0000
committerRoy Marples <roy@marples.name>2007-09-29 16:42:08 +0000
commit837f43e163b31e40b3ea554d6d031f25789590ac (patch)
tree5d8d5378ad4ff5695fbca51347ae75e6bb3530ab /src/Makefile
parentb153f67fe3e0df84a02bfc9cae6f2469ca793615 (diff)
downloadopenrc-837f43e163b31e40b3ea554d6d031f25789590ac.tar.gz
openrc-837f43e163b31e40b3ea554d6d031f25789590ac.tar.bz2
openrc-837f43e163b31e40b3ea554d6d031f25789590ac.tar.xz
librc no longer uses libeinfo. deptree function names are now all under rc_deptree_
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index f57cf90..a607e70 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