X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=Makefile.in;h=1ab8391310b4f11aeba8c7fb60b556b77c5f648e;hp=3f48f733e7dee537a92c25dcb3faa58991709f77;hb=510fe21487d84c76cc779749490c13f92a3312af;hpb=11b04edda530b248b849d46fb310a9fad1c1892f diff --git a/Makefile.in b/Makefile.in index 3f48f733..1ab83913 100644 --- a/Makefile.in +++ b/Makefile.in @@ -84,6 +84,7 @@ GINSH_LIBS = @GINSH_LIBS@ LATEX = @LATEX@ LEX = @LEX@ LIBGINACCINT = @LIBGINACCINT@ +LIBTERMCAP = @LIBTERMCAP@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LT_AGE = @LT_AGE@ @@ -103,6 +104,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 @@ -364,7 +366,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 \