X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile.am;h=f108180581fe8311ea31ddc23e6ecb93aafee3aa;hb=refs%2Fheads%2F1.3;hp=be6219f98bb5d4fb4e4573e32661b02d204ebbb7;hpb=42c3cd8e7d2a35f30e4ab558334cb01d55ad8d23;p=rrdtool.git diff --git a/Makefile.am b/Makefile.am index be6219f..f108180 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,11 @@ ## Process this file with automake to produce Makefile.in RSYNC = rsync --rsh=ssh -# build the following subdirectories -if BUILD_LIBINTL -PO=po -else -PO= -endif - -SUBDIRS = $(PO) src examples doc bindings +SUBDIRS = po src examples doc bindings # the following files are not mentioned in any other Makefile EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \ - intltool-extract.in intltool-merge.in intltool-update.in \ + autogen.sh \ rrdtool.spec favicon.ico win32/Makefile win32/config.h \ win32/rrd.dsp win32/rrd.sln win32/rrd.vcproj \ win32/rrd_config.h.msvc win32/rrdlib.vcproj win32/rrdtool.dsp \ @@ -26,7 +19,7 @@ CLEANFILES = config.cache AUTOMAKE_OPTIONS= foreign # where we keep local rules for automake - +ACLOCAL_AMFLAGS = -I m4 ACLOCAL_M4= $(top_srcdir)/aclocal.m4 #AUTOHEADER = @AUTOHEADER@ --localdir=$(top_srcdir)/config #AUTOCONF = @AUTOCONF@ --localdir=$(top_srcdir)/config