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

@@ -29,6 +29,8 @@ EXECSUFFIX=@EXECSUFFIX@
PICFLAGS = @PICFLAGS@
LIB_DEPS = -lc
PROGS = destest$(EXECSUFFIX) \
mdtest$(EXECSUFFIX) \
des$(EXECSUFFIX) \
@@ -118,7 +120,7 @@ $(LIBNAME).a: $(LIBOBJ)
$(LIBNAME).$(SHLIBEXT): $(LIBOBJ)
rm -f $@
$(LDSHARED) -o $@ $(LIBOBJ)
$(LDSHARED) -o $@ $(LIBOBJ) $(LIB_DEPS)
# To make psoriaris make happy we have to mention these files in some
# rule, so we might as well put them here.