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

@@ -31,6 +31,8 @@ includedir = @includedir@
PICFLAGS = @PICFLAGS@
LIB_DEPS = -lc
LIBNAME = $(LIBPREFIX)com_err
LIBEXT = @LIBEXT@
SHLIBEXT = @SHLIBEXT@
@@ -112,7 +114,7 @@ $(LIBNAME).a: $(OBJECTS)
$(LIBNAME).$(SHLIBEXT): $(OBJECTS) $(LDOBJ)
rm -f $@
$(LDSHARED) -o $@ $(OBJECTS) $(LDOBJ) $(LIBDES)
$(LDSHARED) -o $@ $(OBJECTS) $(LDOBJ) $(LIB_DEPS)
COBJ = compile_et.o parse.o lex.o