X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=Makefile.am;h=321014c689baba99b2398313f87a218f7139df47;hp=654f18bac3dfb44a62db5f2c70f9a78fed2aef3d;hb=607eea59c2ba85c63e2de1b665b37a6093e1575c;hpb=8fafd09727d58545c1229ca84b94f0082af6a528 diff --git a/Makefile.am b/Makefile.am index 654f18b..321014c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,14 +2,22 @@ RSYNC = rsync --rsh=ssh # build the following subdirectories -SUBDIRS = po src examples doc bindings +if BUILD_LIBINTL +PO=po +else +PO= +endif + +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 + win32/rrd_config.h.msvc netware/Makefile \ + etc/rrdcached-default etc/rrdcached-init