diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b56efcc1..561c7d20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,8 +20,12 @@ distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +if USE_NLS +PO_SUBDIR = po +endif + SUBDIRS = \ - po \ + $(PO_SUBDIR) \ baobab \ mate-dictionary \ mate-screenshot \ |