summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/otp/Makefile.am
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-02-19 15:46:56 +0000
committernectar <nectar@FreeBSD.org>2002-02-19 15:46:56 +0000
commit69a91bec14ec3ad49d1c8a82c40a796755f9e4a3 (patch)
tree85ecf91fd00875cec4b93111d3a8ed9eec9cddfe /crypto/heimdal/lib/otp/Makefile.am
parent8db4cdb3da4228a5d93635e43825e2e8a2f66db7 (diff)
downloadFreeBSD-src-69a91bec14ec3ad49d1c8a82c40a796755f9e4a3.zip
FreeBSD-src-69a91bec14ec3ad49d1c8a82c40a796755f9e4a3.tar.gz
Import of Heimdal Kerberos from KTH repository circa 2002/02/17.
Diffstat (limited to 'crypto/heimdal/lib/otp/Makefile.am')
-rw-r--r--crypto/heimdal/lib/otp/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/crypto/heimdal/lib/otp/Makefile.am b/crypto/heimdal/lib/otp/Makefile.am
index b2bbed4..97182f5 100644
--- a/crypto/heimdal/lib/otp/Makefile.am
+++ b/crypto/heimdal/lib/otp/Makefile.am
@@ -1,20 +1,20 @@
-# $Id: Makefile.am,v 1.16 2001/01/30 01:54:48 assar Exp $
+# $Id: Makefile.am,v 1.20 2001/09/02 19:37:12 assar Exp $
include $(top_srcdir)/Makefile.am.common
-INCLUDES += $(INCLUDE_krb4)
+INCLUDES += $(INCLUDE_des)
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_LDFLAGS = -version-info 1:3:1
+libotp_la_LIBADD = $(LIB_des) $(LIB_roken) $(LIB_NDBM)
libotp_la_SOURCES = \
otp.c \
OpenPOWER on IntegriCloud