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:
@@ -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 $@
|
||||
|
Reference in New Issue
Block a user