X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile.am;h=f108180581fe8311ea31ddc23e6ecb93aafee3aa;hb=33a339f8a70b421bada02f9730273468cb21d41a;hp=9f20a78b96833fbad4f0c68ab8656be6f56e2793;hpb=6be14352d4c23b95164104abcfbce2c0125144e6;p=rrdtool.git diff --git a/Makefile.am b/Makefile.am index 9f20a78..f108180 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,22 +1,15 @@ ## 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 \ - rrdtool.spec favicon.ico win32/config.h win32/rrd.dsp \ - win32/rrd.vcproj win32/rrdtool.dsp win32/rrdtool.dsw \ - win32/rrdtool.vcproj win32/Makefile \ - win32/rrd_config.h.msvc netware/Makefile + 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 \ + win32/rrdtool.dsw win32/rrdtool.vcproj netware/Makefile @@ -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