summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-02-24 19:24:25 +0000
committerKen Raeburn <raeburn@mit.edu>2004-02-24 19:24:25 +0000
commit5579fec8bba6dbeee1290d131e4fc915ec46dd51 (patch)
treea96b7b7f92cf3e3e84d3451819ed3547cb5d2c4a /src/util/Makefile.in
parent74b6af2609c5235a650bb15f9e8aecb998fbbd2a (diff)
downloadkrb5-5579fec8bba6dbeee1290d131e4fc915ec46dd51.tar.gz
krb5-5579fec8bba6dbeee1290d131e4fc915ec46dd51.tar.xz
krb5-5579fec8bba6dbeee1290d131e4fc915ec46dd51.zip
Move daemon.c into a new library of utility routines for linking our programs
against but which we don't want to install as a separate library. Change Kerberos and application servers to link against the library if they might need the replacement daemon() function. Add a dummy file to the library in case daemon() is not needed, so we don't have an empty library, which we may not handle properly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16118 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/Makefile.in')
-rw-r--r--src/util/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.in b/src/util/Makefile.in
index dc5d9ddce9..d04f4217fb 100644
--- a/src/util/Makefile.in
+++ b/src/util/Makefile.in
@@ -7,7 +7,7 @@ mydir=util
##WIN32### below in the 'all-windows' target anyways, so just hide this.
##WIN32##!if 0
MY_SUBDIRS=$(MAYBE_ET_@COM_ERR_VERSION@) $(MAYBE_SS_@SS_VERSION@) \
- profile pty $(MAYBE_DB_@DB_VERSION@) send-pr
+ profile pty $(MAYBE_DB_@DB_VERSION@) send-pr apputils
##WIN32##!endif
BUILDTOP=$(REL)..