summaryrefslogtreecommitdiffstats
path: root/src/lib/apputils
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-09-08 03:51:31 +0000
committerGreg Hudson <ghudson@mit.edu>2010-09-08 03:51:31 +0000
commit744f9cf4f42e723b29573030b0828a8038c88a9e (patch)
tree8e4ff21f05bff9c68bbd28526cd0bccfb765c5be /src/lib/apputils
parenta589314c0b42ad79cbca14c6fd379f5dc72bb7d3 (diff)
downloadkrb5-744f9cf4f42e723b29573030b0828a8038c88a9e.tar.gz
krb5-744f9cf4f42e723b29573030b0828a8038c88a9e.tar.xz
krb5-744f9cf4f42e723b29573030b0828a8038c88a9e.zip
Make depend
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24298 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/apputils')
-rw-r--r--src/lib/apputils/deps12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/apputils/deps b/src/lib/apputils/deps
index cb44ba13c..c6366a93f 100644
--- a/src/lib/apputils/deps
+++ b/src/lib/apputils/deps
@@ -9,9 +9,9 @@ daemon.so daemon.po $(OUTPRE)daemon.$(OBJEXT): $(BUILDTOP)/include/autoconf.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/locate_plugin.h $(top_srcdir)/include/krb5/preauth_plugin.h \
- $(top_srcdir)/include/port-sockets.h $(top_srcdir)/include/socket-utils.h \
- daemon.c
+ $(top_srcdir)/include/krb5/locate_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 daemon.c
net-server.so net-server.po $(OUTPRE)net-server.$(OBJEXT): \
$(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
$(BUILDTOP)/include/gssrpc/types.h $(BUILDTOP)/include/krb5/krb5.h \
@@ -29,6 +29,6 @@ net-server.so net-server.po $(OUTPRE)net-server.$(OBJEXT): \
$(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/locate_plugin.h \
- $(top_srcdir)/include/krb5/preauth_plugin.h $(top_srcdir)/include/net-server.h \
- $(top_srcdir)/include/port-sockets.h $(top_srcdir)/include/socket-utils.h \
- net-server.c
+ $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/krb5/preauth_plugin.h \
+ $(top_srcdir)/include/net-server.h $(top_srcdir)/include/port-sockets.h \
+ $(top_srcdir)/include/socket-utils.h net-server.c