X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=Makefile.am;h=192308cef7b1b17b50c987b59fcbedce778709a8;hp=328100460c9c665c7606383bb2642257e5d65711;hb=af922d5eb36ed70e4a9e3ffaf4c24492cf89a1a6;hpb=0b1b69cae8f548d656e0955fc543dd14ab93a139 diff --git a/Makefile.am b/Makefile.am index 32810046..192308ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = ginac check ginsh doc +SUBDIRS = ginac check ginsh tools @GINACCINTDIR@ doc +DIST_SUBDIRS = cint ginac check ginsh tools doc # Requires automake 1.4 AUTOMAKE_OPTIONS = 1.4 @@ -14,8 +15,8 @@ EXTRA_DIST = autogen.sh ginac.m4 m4datadir = $(datadir)/aclocal m4data_DATA = ginac.m4 -# Rule to build tar-gzipped distribution package -$(PACKAGE)-$(VERSION).tar.gz: dist +# Rule to build tar-bzipped distribution package +$(PACKAGE)-$(VERSION).tar.bz2: dist # Rule to build RPM distribution package rpm: $(PACKAGE)-$(VERSION).tar.gz