* Makefile.in (LOCAL_SUBDIRS): Build support library
authorKen Raeburn <raeburn@mit.edu>
Wed, 5 May 2004 00:31:38 +0000 (00:31 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 5 May 2004 00:31:38 +0000 (00:31 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16304 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ChangeLog
src/util/Makefile.in

index f74c72dd87106f38871e1884e6947302846ae918..e1a1874187fe215d824844d4323d063610e0a3ae 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-04  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (LOCAL_SUBDIRS): Build support library.
+
 2004-04-22  Ken Raeburn  <raeburn@mit.edu>
 
        * libupdate.sh, makeshlib.sh: Deleted.
index b9994bb0df4bf38cc43b180762a4d60446f41f45..ba726b5e79fd2ed0e69177f9cec26b7853de1908 100644 (file)
@@ -6,7 +6,7 @@ mydir=util
 ##WIN32### configure scripts.  The set of subdirs to use is hard-coded
 ##WIN32### below in the 'all-windows' target anyways, so just hide this.
 ##WIN32##!if 0
-LOCAL_SUBDIRS=$(MAYBE_ET_@COM_ERR_VERSION@) $(MAYBE_SS_@SS_VERSION@) \
+LOCAL_SUBDIRS=support $(MAYBE_ET_@COM_ERR_VERSION@) $(MAYBE_SS_@SS_VERSION@) \
        profile pty $(MAYBE_DB_@DB_VERSION@) send-pr
 ##WIN32##!endif
 BUILDTOP=$(REL)..