From: Tom Yu Date: Tue, 30 Jan 2007 21:40:20 +0000 (+0000) Subject: update def-check to look at preauth_plugin.h X-Git-Tag: krb5-1.7-alpha1~1306 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=75bdd0627aaed5279f7e2629d6c9f777129ea035;p=krb5.git update def-check to look at preauth_plugin.h ticket: 5420 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19128 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/Makefile.in b/src/include/Makefile.in index d4083facc..70a8cad5c 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -93,8 +93,11 @@ krb5.stamp: $(srcdir)/krb5/krb5.hin $(K5_ET_HEADERS) verify-calling-conventions-krb5: private-and-public-decls $(PERL) -w $(SRCTOP)/util/def-check.pl private-and-public-decls $(SRCTOP)/lib/krb5_32.def -private-and-public-decls: krb5/krb5.h $(srcdir)/k5-int.h - cat krb5/krb5.h $(srcdir)/k5-int.h > private-and-public-decls + +HEADERS_TO_CHECK = krb5/krb5.h $(srcdir)/k5-int.h $(srcdir)/krb5/preauth_plugin.h + +private-and-public-decls: $(HEADERS_TO_CHECK) + cat $(HEADERS_TO_CHECK) > $@ # # Build the error table include files: