]> www.ginac.de Git - ginac.git/blobdiff - Makefile.in
bug fixed in an incomplete assertion in power.cpp
[ginac.git] / Makefile.in
index ae1dd8dbfd5264be57f6e36ec686cd1b88174568..c65826461046cea7b5f6b551444f2259ee4e70bd 100644 (file)
@@ -85,6 +85,7 @@ LATEX = @LATEX@
 LD = @LD@
 LEX = @LEX@
 LIBGINACCINT = @LIBGINACCINT@
+LIBTERMCAP = @LIBTERMCAP@
 LIBTOOL = @LIBTOOL@
 LN_S = @LN_S@
 LT_AGE = @LT_AGE@
@@ -105,6 +106,7 @@ VERSION = @VERSION@
 YACC = @YACC@
 
 SUBDIRS = @GINACCINTDIR@ ginac check ginsh tools doc
+DIST_SUBDIRS = cint ginac check ginsh tools doc
 
 # Requires automake 1.4
 AUTOMAKE_OPTIONS = 1.4
@@ -366,7 +368,7 @@ distdir: $(DISTFILES)
            || cp -p $$d/$$file $(distdir)/$$file || :; \
          fi; \
        done
-       for subdir in $(SUBDIRS); do \
+       for subdir in $(DIST_SUBDIRS); do \
          if test "$$subdir" = .; then :; else \
            test -d $(distdir)/$$subdir \
            || mkdir $(distdir)/$$subdir \