# HG changeset patch # User jwe # Date 828913495 0 # Node ID 8de867ad5d42702041e20cbde0d097c90c5be7d2 # Parent 1b910792b7df26f21b3ba921e46f180531795b74 [project @ 1996-04-07 21:44:40 by jwe] diff --git a/Makefile.in b/Makefile.in --- a/Makefile.in +++ b/Makefile.in @@ -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 \ diff --git a/octMakefile.in b/octMakefile.in --- a/octMakefile.in +++ b/octMakefile.in @@ -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 \