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 --- src/GNUmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/GNUmakefile b/src/GNUmakefile index 6a0f32e..f333dc3 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -22,9 +22,13 @@ PORT_OBJS = \ port/stdio.o \ port/stdlib.o \ port/time.o \ - port/gettext.o \ port/netdb.o +ifeq "$(ENABLE_NLS)" "1" +PORT_OBJS += \ + port/gettext.o +endif + LOG_OBJS = \ log/log.o -- cgit v1.2.3-54-g00ecf