shared library dependencies

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4732 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-04-05 06:43:33 +00:00
parent 20c850b402
commit 71f0c82709
9 changed files with 38 additions and 9 deletions

View File

@@ -25,6 +25,8 @@ libdir = @libdir@
PICFLAGS = @PICFLAGS@
LIB_DEPS = $(LIB_DBM) -lc
LIBNAME = $(LIBPREFIX)otp
LIBEXT = @LIBEXT@
SHLIBEXT = @SHLIBEXT@
@@ -91,7 +93,7 @@ $(LIBNAME).a: $(LIB_OBJECTS)
$(LIBNAME).$(SHLIBEXT): $(LIB_OBJECTS)
rm -f $@
$(LDSHARED) -o $@ $(LIB_OBJECTS)
$(LDSHARED) -o $@ $(LIB_OBJECTS) $(LIB_DEPS)
$(OBJECTS): ../../include/config.h