must link otptest with $LIBS in case the dbm-stuff is hiding there.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1041 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-18 00:55:05 +00:00
parent 70bb7de493
commit effeb39350

View File

@@ -12,6 +12,7 @@ AR = ar
RANLIB = @RANLIB@
DEFS = @DEFS@
CFLAGS = @CFLAGS@
LIBS = @LIBS@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
@@ -76,7 +77,7 @@ realclean: distclean
rm -f TAGS
otptest: $(OTPTEST_OBJECTS)
$(CC) $(LD_FLAGS) $(LDFLAGS) -o $@ $(OTPTEST_OBJECTS) -L. -lotp -L../des -ldes
$(CC) $(LD_FLAGS) $(LDFLAGS) -o $@ $(OTPTEST_OBJECTS) -L. -lotp -L../des -ldes $(LIBS)
$(LIBNAME).a: $(LIB_OBJECTS)
rm -f $@