Bump librc and libeinfo to .so.1

This commit is contained in:
Roy Marples
2007-10-11 15:05:02 +00:00
parent 5261b5ed3a
commit 77205862e3
2 changed files with 3 additions and 2 deletions

View File

@@ -46,12 +46,12 @@ RC_LIB = /$(LIB)/rc
# Set PAM = pam for pam support
PAM =
LIBEINFOSOVER = 0
LIBEINFOSOVER = 1
LIBEINFOSO = libeinfo.so.$(LIBRCSOVER)
LIBEINFOOBJS= libeinfo.o
LDLIBS_LIBEINFO = $(LDLIBS)
LIBRCSOVER = 0
LIBRCSOVER = 1
LIBRCSO = librc.so.$(LIBRCSOVER)
LIBRCOBJS = librc.o librc-depend.o librc-daemon.o librc-misc.o librc-strlist.o
LDLIBS_LIBRC =