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