summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile6
1 files changed, 5 insertions, 1 deletions
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: