Fix installation.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3082 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -6,19 +6,20 @@ noinst_PROGRAMS = bits
|
|||||||
|
|
||||||
INCLUDES=-DHOST=\"@CANONICAL_HOST@\"
|
INCLUDES=-DHOST=\"@CANONICAL_HOST@\"
|
||||||
|
|
||||||
include_HEADERS = \
|
foodir = $(includedir)
|
||||||
|
foo_DATA = \
|
||||||
asn1.h asn1_err.h bits.h cache.h config_file.h des.h error.h \
|
asn1.h asn1_err.h bits.h cache.h config_file.h des.h error.h \
|
||||||
getarg.h gssapi.h hdb.h hdb_asn1.h hdb_err.h heim_err.h kafs.h \
|
getarg.h gssapi.h hdb.h hdb_asn1.h hdb_err.h heim_err.h kafs.h \
|
||||||
keytab.h krb5.h krb5_err.h md4.h md5.h otp.h parse_time.h \
|
keytab.h krb5.h krb5_err.h md4.h md5.h otp.h parse_time.h \
|
||||||
parse_units.h roken.h sha.h sl.h store.h @EXTRA_HDRS@
|
parse_units.h roken.h sha.h sl.h store.h @EXTRA_HDRS@
|
||||||
|
|
||||||
EXTRA_HEADERS = err.h
|
|
||||||
|
|
||||||
BUILT_SOURCES = $(include_HEADERS)
|
EXTRA_DATA = err.h
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
|
||||||
|
CLEANFILES = $(foo_DATA)
|
||||||
|
|
||||||
bits.h: bits
|
bits.h: bits
|
||||||
./bits > bits.h
|
./bits bits.h
|
||||||
|
|
||||||
asn1.h:
|
asn1.h:
|
||||||
$(LN_S) ../lib/asn1/asn1.h .
|
$(LN_S) ../lib/asn1/asn1.h .
|
||||||
|
Reference in New Issue
Block a user