X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=Makefile.am;h=321014c689baba99b2398313f87a218f7139df47;hp=2167bfc90a5d368a9069cf3d87a6393e8be5b3b2;hb=d4110e29da41ce702bcc3327e86768c6f266915e;hpb=4a02d97ff36d86a5a1fe68b32b99fa2eee2fa91c diff --git a/Makefile.am b/Makefile.am index 2167bfc..321014c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,13 @@ 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 \ @@ -10,7 +16,8 @@ EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \ 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