From 08e865639f50674864529cbc072372c1ae7b1761 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 15 Aug 1996 20:30:22 +0000 Subject: [PATCH] "install" the db-ndbm header file with symlinks git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8938 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ChangeLog | 5 +++++ src/util/Makefile.in | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 439fe79a9..7effd1edf 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,8 @@ +Thu Aug 15 16:30:00 1996 Theodore Ts'o + + * Makefile.in (all unix): "install" the db-ndbm header file with + symlinks. + Sun Jul 28 00:43:16 1996 Sam Hartman * makeshlib.sh (aix Allow symbols for the shared library to diff --git a/src/util/Makefile.in b/src/util/Makefile.in index 0faedfa1e..12fcfb56e 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -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 -- 2.26.2