X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=Makefile.am;h=9f20a78b96833fbad4f0c68ab8656be6f56e2793;hp=9599b1301e7a24c87e2a00621b7c7385ebcc5762;hb=a5eb18ad8c70e530a2e28ed435a0f52da0f5bee0;hpb=327a4ec9034801830c076e1dc38ceafbd7f6a8b8 diff --git a/Makefile.am b/Makefile.am index 9599b13..9f20a78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,10 +2,17 @@ RSYNC = rsync --rsh=ssh # build the following subdirectories -SUBDIRS = src doc examples 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 \