From 7bf0ff7b79608d91f47dbe1519f783307dddf307 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 4 Nov 2011 14:34:15 +0100 Subject: some more fixes when disabling NLS --- tests/GNUmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/GNUmakefile') diff --git a/tests/GNUmakefile b/tests/GNUmakefile index 6462a9c..a09236b 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -2,12 +2,16 @@ TOPDIR = .. -include $(TOPDIR)/makefiles/gmake/platform.mk -SUBDIRS = port log gettext network daemon service library +SUBDIRS = port log network daemon service library ifeq "$(ENABLE_THREADS)" "1" SUBDIRS += threads endif +ifeq "$(ENABLE_NLS)" "1" +SUBDIRS += gettext +endif + -include $(TOPDIR)/makefiles/gmake/sub.mk local_test: -- cgit v1.2.3-54-g00ecf