changeset 2058:8de867ad5d42

[project @ 1996-04-07 21:44:40 by jwe]
author jwe
date Sun, 07 Apr 1996 21:44:55 +0000
parents 1b910792b7df
children 59754656026f
files Makefile.in octMakefile.in
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Sun Apr 07 21:25:33 1996 +0000
+++ b/Makefile.in	Sun Apr 07 21:44:55 1996 +0000
@@ -33,7 +33,7 @@
 
 # plplot should go in TARGETS if we start distributing it.
 
-TARGETS = octave-bug libcruft liboctave kpathsea info readline \
+TARGETS = octave-bug libcruft liboctave kpathsea info readline dlfcn \
 	src scripts doc check octave.info INSTALL.OCTAVE BUGS \
 	install uninstall tags TAGS clean-tar dist-z links-for-dist dist-tar \
 	clean-dist-tar dist links-for-bin-dist bin-dist-tar \
--- a/octMakefile.in	Sun Apr 07 21:25:33 1996 +0000
+++ b/octMakefile.in	Sun Apr 07 21:44:55 1996 +0000
@@ -32,14 +32,14 @@
 DISTDIRS = emacs glob kpathsea make # plplot
 
 # Subdirectories in which to run `make all'.
-SUBDIRS = @INFO_DIR@ @PLPLOT_DIR@ @READLINE_DIR@ glob kpathsea \
-	libcruft liboctave src scripts doc
+SUBDIRS = @INFO_DIR@ @PLPLOT_DIR@ @READLINE_DIR@ @DLFCN_DIR@ glob \
+	kpathsea libcruft liboctave src scripts doc
 
 # Subdirectories in which ot run `make conf-dist'.
 CONF_DISTSUBDIRS = src
 
 # Subdirectories in which to run `make dist'.
-DISTSUBDIRS = libcruft liboctave info readline src scripts test doc 
+DISTSUBDIRS = libcruft liboctave info readline dlfcn src scripts test doc 
 
 BINDISTFILES = COPYING ChangeLog NEWS README THANKS INSTALL.OCTAVE \
 	BUGS PROJECTS octave-bug octave.sh doinstall.sh \