summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/GNUmakefile')
-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