Use DBLIB.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4764 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-04-08 08:53:17 +00:00
parent df10fd3478
commit 6737170101
3 changed files with 20 additions and 10 deletions

View File

@@ -23,7 +23,8 @@ hprop_LDADD = ../lib/hdb/libhdb.a \
../lib/des/libdes.a \
../lib/asn1/libasn1.a \
$(LIB_krb4) -lkdb $(LIB_krb4) \
../lib/roken/libroken.a
../lib/roken/libroken.a \
$(DBLIB)
else
hprop_LDADD = $(LDADD)
endif
@@ -33,5 +34,6 @@ LDADD = ../lib/hdb/libhdb.a \
../lib/des/libdes.a \
../lib/asn1/libasn1.a \
$(LIB_krb4) \
../lib/roken/libroken.a
../lib/roken/libroken.a \
$(DBLIB)