summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2011-03-06 13:29:05 +0000
committerEzra Peisach <epeisach@mit.edu>2011-03-06 13:29:05 +0000
commit14729219149ebd7a0f2016284c5f9738c762e6fc (patch)
treeddc5c3dd14ad146c5406a4528f5dc1978cdad26c /src/lib/krb5/krb
parent28600fb6da43959f41d659359b776822acc7a984 (diff)
downloadkrb5-14729219149ebd7a0f2016284c5f9738c762e6fc.tar.gz
krb5-14729219149ebd7a0f2016284c5f9738c762e6fc.tar.xz
krb5-14729219149ebd7a0f2016284c5f9738c762e6fc.zip
On make clean remove test programs and object files. In lib/krb5/krb
make depend as a test program was missed from the source list. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24687 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb')
-rw-r--r--src/lib/krb5/krb/Makefile.in4
-rw-r--r--src/lib/krb5/krb/deps11
2 files changed, 14 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/Makefile.in b/src/lib/krb5/krb/Makefile.in
index b1af2e747c..3bd380c9b9 100644
--- a/src/lib/krb5/krb/Makefile.in
+++ b/src/lib/krb5/krb/Makefile.in
@@ -324,7 +324,8 @@ SRCS= $(srcdir)/addr_comp.c \
$(srcdir)/t_expand.c \
$(srcdir)/t_pac.c \
$(srcdir)/t_princ.c \
- $(srcdir)/t_etypes.c
+ $(srcdir)/t_etypes.c \
+ $(srcdir)/t_expire_warn.c
# Someday, when we have a "maintainer mode", do this right:
BISON=bison
@@ -442,6 +443,7 @@ clean::
$(OUTPRE)t_ser$(EXEEXT) $(OUTPRE)t_ser.$(OBJEXT) \
$(OUTPRE)t_deltat$(EXEEXT) $(OUTPRE)t_deltat.$(OBJEXT) \
$(OUTPRE)t_expand$(EXEEXT) $(OUTPRE)t_expand.$(OBJEXT) \
+ $(OUTPRE)t_expire_warn$(EXEEXT) $(OUTPRE)t_expire_warn.$(OBJEXT) \
$(OUTPRE)t_etypes$(EXEEXT) $(OUTPRE)t_etypes.$(OBJEXT) \
$(OUTPRE)t_pac$(EXEEXT) $(OUTPRE)t_pac.$(OBJEXT) \
$(OUTPRE)t_princ$(EXEEXT) $(OUTPRE)t_princ.$(OBJEXT) \
diff --git a/src/lib/krb5/krb/deps b/src/lib/krb5/krb/deps
index 5c5ed30acd..f216d6b685 100644
--- a/src/lib/krb5/krb/deps
+++ b/src/lib/krb5/krb/deps
@@ -1202,3 +1202,14 @@ t_etypes.so t_etypes.po $(OUTPRE)t_etypes.$(OBJEXT): \
$(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
$(top_srcdir)/include/krb5/preauth_plugin.h $(top_srcdir)/include/port-sockets.h \
$(top_srcdir)/include/socket-utils.h t_etypes.c
+t_expire_warn.so t_expire_warn.po $(OUTPRE)t_expire_warn.$(OBJEXT): \
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
+ $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(top_srcdir)/include/k5-buf.h $(top_srcdir)/include/k5-err.h \
+ $(top_srcdir)/include/k5-gmt_mktime.h $(top_srcdir)/include/k5-int-pkinit.h \
+ $(top_srcdir)/include/k5-int.h $(top_srcdir)/include/k5-platform.h \
+ $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
+ $(top_srcdir)/include/k5-trace.h $(top_srcdir)/include/krb5.h \
+ $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
+ $(top_srcdir)/include/krb5/preauth_plugin.h $(top_srcdir)/include/port-sockets.h \
+ $(top_srcdir)/include/socket-utils.h t_expire_warn.c