diff options
author | Roy Marples <roy@marples.name> | 2007-10-11 15:05:02 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-11 15:05:02 +0000 |
commit | 77205862e33aa34cc2886f314c026da87f182a7a (patch) | |
tree | 978d770380ea8b16f760617536338e71755bb751 /src | |
parent | 5261b5ed3a74ae5fc47a2c8fff77abec0f793638 (diff) |
Bump librc and libeinfo to .so.1
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 54660a42..6dddafe0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 = |