summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2009-11-05 03:26:25 +0000
committerTom Yu <tlyu@mit.edu>2009-11-05 03:26:25 +0000
commit3a3b891e31384fe818c089b91412fda0226f023c (patch)
tree59654d038c05573b3fecd0cb2034b307ee457278 /src/Makefile.in
parentb2538c840ce5d05dd382c88538b152bf781cde72 (diff)
downloadkrb5-3a3b891e31384fe818c089b91412fda0226f023c.tar.gz
krb5-3a3b891e31384fe818c089b91412fda0226f023c.tar.xz
krb5-3a3b891e31384fe818c089b91412fda0226f023c.zip
Deal with some open paren formatting issues, and reindent. Make
preauth.c use the function pointer typdefs in the prototypes as well. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23131 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 7bb6f6340d..52043e57f5 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -675,8 +675,6 @@ BSDFILES = \
OTHEREXCLUDES = \
lib/krb5/asn.1 \
lib/krb5/krb/deltat.c \
- lib/krb5/krb/preauth.c \
- lib/krb5/krb/ser_ctx.c \
lib/krb5/unicode
EXCLUDES = `for i in $(BSDFILES) $(OTHEREXCLUDES); do echo $$i; done | $(AWK) '{ print "-path", $$1, "-o" }'` -path /dev/null