X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile.am;h=9f20a78b96833fbad4f0c68ab8656be6f56e2793;hb=6be14352d4c23b95164104abcfbce2c0125144e6;hp=2167bfc90a5d368a9069cf3d87a6393e8be5b3b2;hpb=3ef445085f6a0be60008bfebbdbb58816e86eacc;p=rrdtool.git diff --git a/Makefile.am b/Makefile.am index 2167bfc..9f20a78 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 \