summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-11-04 14:34:15 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-11-04 14:34:15 +0100
commit7bf0ff7b79608d91f47dbe1519f783307dddf307 (patch)
tree3d9673f98991f89acc3b33d1641c5864098c45c3 /src
parente5e59f8ce8c95f01f011f945cfb844dfe79adaa5 (diff)
downloadwolfbones-7bf0ff7b79608d91f47dbe1519f783307dddf307.tar.gz
wolfbones-7bf0ff7b79608d91f47dbe1519f783307dddf307.tar.bz2
some more fixes when disabling NLS
Diffstat (limited to 'src')
-rw-r--r--src/GNUmakefile6
1 files changed, 5 insertions, 1 deletions
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