diff options
Diffstat (limited to 'contrib/libxo/tests/Makefile.am')
-rw-r--r-- | contrib/libxo/tests/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/libxo/tests/Makefile.am b/contrib/libxo/tests/Makefile.am index c69d511..b6d3e71 100644 --- a/contrib/libxo/tests/Makefile.am +++ b/contrib/libxo/tests/Makefile.am @@ -6,7 +6,11 @@ # using the SOFTWARE, you agree to be bound by the terms of that # LICENSE. -SUBDIRS=core xo +SUBDIRS = core xo + +if HAVE_GETTEXT +SUBDIRS += gettext +endif test tests: @(cur=`pwd` ; for dir in $(SUBDIRS) ; do \ |