diff --git a/include/Makefile.am b/include/Makefile.am index 7b7aa4af9..ca5facc54 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -12,7 +12,7 @@ foodir = $(includedir) foo_DATA = \ base64.h des.h error.h getarg.h gssapi.h hdb.h kafs.h \ krb5-protos.h krb5-types.h krb5.h md4.h md5.h otp.h \ - parse_time.h parse_units.h roken.h sha.h sl.h \ + parse_time.h parse_units.h roken-common.h sha.h sl.h \ der.h xdbm.h \ @EXTRA_HDRS@ @@ -20,7 +20,7 @@ foo_DATA = \ EXTRA_DATA = err.h fnmatch.h CLEANFILES = $(foo_DATA) asn1.h asn1_err.h hdb_asn1.h hdb_err.h heim_err.h \ - krb5_err.h + krb5_err.h roken.h krb5-types.h: bits ./bits krb5-types.h @@ -63,8 +63,8 @@ parse_time.h: $(LN_S) $(top_srcdir)/lib/roken/parse_time.h . parse_units.h: $(LN_S) $(top_srcdir)/lib/roken/parse_units.h . -roken.h: - $(LN_S) $(top_srcdir)/lib/roken/roken.h . +roken-common.h: + $(LN_S) $(top_srcdir)/lib/roken/roken-common.h . sha.h: $(LN_S) $(top_srcdir)/lib/des/sha.h . sl.h: