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 5ea9edad..0baa6929 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,11 @@ include $(top_srcdir)/Makefile.shared +if USE_NLS +PO_SUBDIR = po +endif + SUBDIRS = \ - po \ + $(PO_SUBDIR) \ eel \ libcaja-extension \ mate-submodules \ |