diff options
| author | Greg Hudson <ghudson@mit.edu> | 2010-01-27 03:52:52 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2010-01-27 03:52:52 +0000 |
| commit | efb93f1098a314a060d850656ae77ffff176730b (patch) | |
| tree | d9b0e71928d16dc998995fc66073ed814b82e4e3 /src/util | |
| parent | b3963547981b74413a6bafe1ae6c9c1c9e28416c (diff) | |
| download | krb5-efb93f1098a314a060d850656ae77ffff176730b.tar.gz krb5-efb93f1098a314a060d850656ae77ffff176730b.tar.xz krb5-efb93f1098a314a060d850656ae77ffff176730b.zip | |
Get rid of kdb_ext.h and allow out-of-tree KDB plugins
Move the contents of kdb_ext.h into kdb.h, since there is no meaningful
"extensions" category of DB interfaces now that this stuff is in our
tree. Allows out-of-tree KDB plugins to be built since we install
kdb.h.
ticket: 6649
target_version: 1.8
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23674 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/ss/deps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/ss/deps b/src/util/ss/deps index 7ad73c59d..c71d18c22 100644 --- a/src/util/ss/deps +++ b/src/util/ss/deps @@ -63,7 +63,7 @@ utils.so utils.po $(OUTPRE)utils.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ ss_internal.h utils.c options.so options.po $(OUTPRE)options.$(OBJEXT): $(BUILDTOP)/include/ss/ss_err.h \ $(COM_ERR_DEPS) copyright.h options.c ss.h -cmd_tbl.lex.o: cmd_tbl.lex.c ct.tab.h +cmd_tbl.lex.o: cmd_tbl.lex.c ct.tab.o: $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) \ ct.tab.c ss.h ss_err.so ss_err.po $(OUTPRE)ss_err.$(OBJEXT): $(COM_ERR_DEPS) \ |
