use make_crypto to create crypto-headers.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11443 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -4,22 +4,27 @@ include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
SUBDIRS = kadm5
|
||||
|
||||
noinst_PROGRAMS = bits
|
||||
noinst_PROGRAMS = bits make_crypto
|
||||
CHECK_LOCAL =
|
||||
|
||||
INCLUDES += -DHOST=\"$(CANONICAL_HOST)\"
|
||||
|
||||
include_HEADERS = krb5-types.h
|
||||
noinst_HEADERS = crypto-headers.h
|
||||
|
||||
krb5-types.h: bits$(EXEEXT)
|
||||
./bits$(EXEEXT) krb5-types.h
|
||||
|
||||
crypto-headers.h: make_crypto$(EXEEXT)
|
||||
./make_crypto$(EXEEXT) crypto-headers.h
|
||||
|
||||
CLEANFILES = \
|
||||
asn1.h \
|
||||
asn1_err.h \
|
||||
base64.h \
|
||||
com_err.h \
|
||||
com_right.h \
|
||||
crypto-headers.h\
|
||||
der.h \
|
||||
des.h \
|
||||
editline.h \
|
||||
|
Reference in New Issue
Block a user