"install" the db-ndbm header file with symlinks
authorTheodore Tso <tytso@mit.edu>
Thu, 15 Aug 1996 20:30:22 +0000 (20:30 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 15 Aug 1996 20:30:22 +0000 (20:30 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8938 dc483132-0cff-0310-8789-dd5450dbe970

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

index 439fe79a974f65b6d6dafff194cfd8f05b25abc3..7effd1edf7ed38e2eb972abb5d59402cb7f313a4 100644 (file)
@@ -1,3 +1,8 @@
+Thu Aug 15 16:30:00 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * Makefile.in (all unix): "install" the db-ndbm header file with
+               symlinks.
+
 Sun Jul 28 00:43:16 1996  Sam Hartman  <hartmans@tertius.mit.edu>
 
        * makeshlib.sh (aix Allow symbols for the shared library to
index 0faedfa1e8f6b5faa0882bc83d13c0fe1835d814..12fcfb56eb52eee6b8ab225ae59fca76a291644d 100644 (file)
@@ -20,10 +20,12 @@ all-windows: libupdate
 # destination to make a link...
 
 all-unix::
-       $(RM) ../include/db.h ../include/db-config.h ../lib/libdb.a
+       $(RM) ../include/db.h ../include/db-config.h ../include/db-ndbm.h \
+               ../lib/libdb.a
        ln -s ../util/db2/obj/db.h ../include
        ln -s ../util/db2/obj/db-config.h ../include
        ln -s ../util/db2/obj/libdb.a ../lib
+       ln -s $(srcdir)/db2/include/db-ndbm.h ../include
 
 unixmac: libupdate