blob: 4639b751226c5a995ff7141df293368d5755e9de (
plain) (
tree)
|
|
--- topdir.mk.orig Tue Jun 30 02:14:15 1998
+++ topdir.mk Tue Jul 7 01:55:37 1998
@@ -1,7 +1,7 @@
# Set this to where you want the support files installed
-SIAG_HOME = /usr/local/lib/siag
-XCOMM SIAG_HOME = $(LIBDIR)/siag
+SIAG_HOME = $(PREFIX)/lib/siag
+# SIAG_HOME = $(LIBDIR)/siag
# Set this to your web browser of choice
SIAG_HELP = chimera
@@ -28,7 +28,7 @@
NDBM = -DNDBM
# And one of the following two lines (none for Solaris)
#DBLIB = -lndbm
-DBLIB = -ldb
+#DBLIB = -ldb
# Uncomment one of the following:
#SYSDEP_LIB = # for Linux or HP/UX
|