X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=ea6447aac8243c692366c8d3137e5d6f8303a3e2;hb=84aa7ec53165be023cfed654463804a77a986c2a;hp=cef4ed27883db0ccb143780af5e656f2e73343a3;hpb=d44430c943f60460717c7ddd1607053a73b35149;p=rrdtool.git diff --git a/Makefile.am b/Makefile.am index cef4ed2..ea6447a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,15 +5,17 @@ RSYNC = rsync --rsh=ssh SUBDIRS = libraries src bindings doc examples # the following files are not mentioned in any other Makefile -EXTRA_DIST = COPYRIGHT CHANGES NT-BUILD-TIPS.txt TODO CONTRIBUTORS rrdtool.spec +EXTRA_DIST = COPYRIGHT CHANGES NT-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \ + rrdtool.spec CLEANFILES = config.cache # use relaxed rules when building dists -AUTOMAKE_OPTIONS= foreign no-dependencies +AUTOMAKE_OPTIONS= foreign # where we keep local rules for automake -ACLOCAL_M4= $(top_srcdir)/config/aclocal.m4 + +ACLOCAL_M4= $(top_srcdir)/aclocal.m4 AUTOHEADER = @AUTOHEADER@ --localdir=$(top_srcdir)/config AUTOCONF = @AUTOCONF@ --localdir=$(top_srcdir)/config