Added the profile directory for the profile routines
authorTheodore Tso <tytso@mit.edu>
Sat, 22 Apr 1995 00:48:39 +0000 (00:48 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 22 Apr 1995 00:48:39 +0000 (00:48 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5437 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ChangeLog
src/lib/krb5/Makefile.in

index 2f3e0b6284d6fd048199bc2765149e7f0295921e..0c8d20a8c6d70084c8ec76b0e63ae6835094794b 100644 (file)
@@ -1,3 +1,7 @@
+Fri Apr 21 20:47:35 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * Makefile.in: Added the profile directory for the profile routines.
+
 Wed Mar 15 20:23:17 1995 Keith Vetter (keithv@fusion.com)
 
        * Makefile.in: cleaned up for the PC
index bd8358753bf65ca9b0b6021a1676dfe1df387ca9..67f5157a41e43a4be92e644fa7bcf0bb9bb20254 100644 (file)
@@ -4,7 +4,7 @@
 TST=if test -n "`cat DONE`" ; then
 
 LIB_SUBDIRS= error_tables asn.1 ccache ccache/stdio ccache/file \
-       keytab keytab/file krb rcache free os posix
+       keytab keytab/file krb rcache free os posix $(BUILDTOP)/util/profile
 LIBUPDATE= $(BUILDTOP)/util/libupdate
 
 all:: all-$(WHAT)
@@ -19,7 +19,8 @@ libkrb5_ranlib: libkrb5.a
 
 libkrb5.a: error_tables/DONE asn.1/DONE ccache/DONE ccache/stdio/DONE \
                ccache/file/DONE keytab/DONE keytab/file/DONE krb/DONE \
-               rcache/DONE free/DONE os/DONE posix/DONE
+               rcache/DONE free/DONE os/DONE posix/DONE \
+               $(BUILDTOP)/util/profile/DONE
        if test -f $@ ; then \
                for i in $(LIB_SUBDIRS) ; \
                do \