summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/asn1/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/asn1/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/asn1/Makefile.am')
-rw-r--r--crypto/heimdal/lib/asn1/Makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/crypto/heimdal/lib/asn1/Makefile.am b/crypto/heimdal/lib/asn1/Makefile.am
index e4f0149..b46c2ce 100644
--- a/crypto/heimdal/lib/asn1/Makefile.am
+++ b/crypto/heimdal/lib/asn1/Makefile.am
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.63 2001/05/16 23:49:27 assar Exp $
+# $Id: Makefile.am,v 1.67 2001/09/02 16:56:45 joda Exp $
include $(top_srcdir)/Makefile.am.common
@@ -7,6 +7,8 @@ YFLAGS = -d
lib_LTLIBRARIES = libasn1.la
libasn1_la_LDFLAGS = -version-info 5:0:0
+libasn1_la_LIBADD = @LIB_com_err@
+
BUILT_SOURCES = \
$(gen_files:.x=.c) \
asn1_err.h \
@@ -98,19 +100,16 @@ asn1_compile_LDADD = \
check_der_LDADD = \
libasn1.la \
- ../com_err/libcom_err.la \
$(LIB_roken)
asn1_print_LDADD = $(check_der_LDADD)
-TESTS = check-der
-
CLEANFILES = lex.c parse.c parse.h krb5_asn1.h $(BUILT_SOURCES) \
$(gen_files) asn1_files
include_HEADERS = krb5_asn1.h asn1_err.h der.h
-$(asn1_compile_OBJECTS): parse.h
+$(asn1_compile_OBJECTS): parse.h parse.c
$(gen_files) krb5_asn1.h: asn1_files
OpenPOWER on IntegriCloud