diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 719d155d..68950e21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = \ - po \ cut-n-paste \ data \ libdocument \ @@ -12,6 +11,10 @@ SUBDIRS = \ shell \ help +if USE_NLS + SUBDIRS += po +endif + if ENABLE_TESTS SUBDIRS += test endif @@ -38,7 +41,7 @@ header_DATA = \ atril-view.h \ $(NULL) -# Applications +# Applications EXTRA_DIST = \ $(header_DATA) \ autogen.sh \ |