merge of DB-NEW

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10453 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-08-09 08:41:49 +00:00
parent 7e967c7282
commit 334c7ffa33
12 changed files with 169 additions and 75 deletions

View File

@@ -6,16 +6,15 @@ INCLUDES += $(INCLUDE_krb4)
noinst_PROGRAMS = otptest
otptest_LDADD = libotp.la \
$(LIB_des) \
$(LIB_roken) \
$(DBLIB)
check_PROGRAMS = otptest
otptest_LDADD = libotp.la
include_HEADERS = otp.h
lib_LTLIBRARIES = libotp.la
libotp_la_LDFLAGS = -version-info 1:2:1
libotp_la_LIBADD = $(LIB_des) ../roken/libroken.la
libotp_la_LIBADD = $(LIB_des) $(LIB_roken) $(LIB_NDBM)
libotp_la_SOURCES = \
otp.c \