krb5-protos.h
authorJohan Danielsson <joda@pdc.kth.se>
Thu, 28 Aug 1997 23:50:31 +0000 (23:50 +0000)
committerJohan Danielsson <joda@pdc.kth.se>
Thu, 28 Aug 1997 23:50:31 +0000 (23:50 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3255 ec53bebd-3082-4978-b11e-865c3cabbd6b

include/Makefile.am

index 52342e2eafd2ff780580433cc0e8473c0edcdb3f..42dc3239eee7796646bb8cd5ab2b1c72d7a5f1b5 100644 (file)
@@ -8,10 +8,10 @@ INCLUDES=-DHOST=\"@CANONICAL_HOST@\"
 
 foodir = $(includedir)
 foo_DATA = \
-       bits.h cache.h config_file.h des.h error.h \
-       getarg.h gssapi.h hdb.h kafs.h \
-       keytab.h krb5.h md4.h md5.h otp.h parse_time.h \
-       parse_units.h roken.h sha.h sl.h store.h @EXTRA_HDRS@
+       bits.h cache.h config_file.h des.h error.h getarg.h gssapi.h \
+       hdb.h kafs.h keytab.h krb5-protos.h krb5.h md4.h md5.h otp.h \
+       parse_time.h parse_units.h roken.h sha.h sl.h store.h \
+       @EXTRA_HDRS@
 
 
 EXTRA_DATA = err.h
@@ -44,6 +44,8 @@ keytab.h:
        $(LN_S) $(top_srcdir)/lib/krb5/keytab.h .
 krb5.h:
        $(LN_S) $(top_srcdir)/lib/krb5/krb5.h .
+krb5-protos.h:
+       $(LN_S) $(top_srcdir)/lib/krb5/krb5-protos.h .
 md4.h:
        $(LN_S) $(top_srcdir)/lib/des/md4.h .
 md5.h: