reverted addition of depdemo; it's completely unusable yet :-(

This commit is contained in:
Alexandre Oliva 1998-12-16 06:30:42 +00:00 committed by Alexandre Oliva
parent 8ed98c1580
commit 5653d45856
2 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,6 @@
* Makefile.am (cvs-dist): our release tags are in lower case
(cvs-diff): ditto
(EXTRA_DIST): added README-alpha
(DIST_SUBDIRS): added depdemo
* README-alpha: minor adaptations
* demo/Makefile.am, mdemo/Makefile.am, depdemo/Makefile.am:
removed comment about special needs for distribution

View File

@ -2,7 +2,7 @@
## Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
AUTOMAKE_OPTIONS = gnits
SUBDIRS = doc tests libltdl
DIST_SUBDIRS = $(SUBDIRS) demo depdemo mdemo
DIST_SUBDIRS = $(SUBDIRS) demo mdemo
# We need to export these variables when we run ltconfig.
CFLAGS = @CFLAGS@
@ -63,7 +63,6 @@ ACINCLUDE_M4_LIST = \
$(srcdir)/acinclude.m4 \
$(srcdir)/libltdl/acinclude.m4 \
$(srcdir)/demo/acinclude.m4 \
$(srcdir)/depdemo/acinclude.m4 \
$(srcdir)/mdemo/acinclude.m4
# All our rules should depend on these demo files.