diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-05-23 00:34:14 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-05-23 00:34:14 +0000 |
| commit | 36ab93034ecad6f73e468567c5d8698d4db95d08 (patch) | |
| tree | a6230a175e6c4525b1d0e0e33e12e5c2f405b79f /src/plugins/locate/python | |
| parent | d3e8460cb726c7f95019e478fe5c8d71548afc09 (diff) | |
| download | krb5-36ab93034ecad6f73e468567c5d8698d4db95d08.tar.gz krb5-36ab93034ecad6f73e468567c5d8698d4db95d08.tar.xz krb5-36ab93034ecad6f73e468567c5d8698d4db95d08.zip | |
update dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18033 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/locate/python')
| -rw-r--r-- | src/plugins/locate/python/Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/locate/python/Makefile.in b/src/plugins/locate/python/Makefile.in index 1d0b95964..fc8009c8f 100644 --- a/src/plugins/locate/python/Makefile.in +++ b/src/plugins/locate/python/Makefile.in @@ -34,10 +34,10 @@ clean-unix:: clean-libs clean-libobjs # the Makefile.in file # py-locate.so py-locate.po $(OUTPRE)py-locate.$(OBJEXT): \ - py-locate.c $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-int.h \ - $(BUILDTOP)/include/osconf.h $(SRCTOP)/include/k5-platform.h \ - $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \ - $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-err.h \ - $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/kdb.h \ - $(SRCTOP)/include/k5-plugin.h + $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \ + $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \ + $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \ + $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \ + $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \ + $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \ + $(SRCTOP)/include/socket-utils.h py-locate.c |
