summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-18 17:46:07 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-18 17:46:07 +0100
commitfa7d434b5a41d4c6ec128116c9e09c36881f1467 (patch)
treeb6a9bb71196c73dd40a03eb4f849526f93f5e301 /makefiles
parentfa863355cafc901612cbf18a8dda97cdcf9d502b (diff)
downloadwolfbones-fa7d434b5a41d4c6ec128116c9e09c36881f1467.tar.gz
wolfbones-fa7d434b5a41d4c6ec128116c9e09c36881f1467.tar.bz2
added gettext in testd, also added wolf gettext.c and initialization code
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/gmake/platform.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/gmake/platform.mk b/makefiles/gmake/platform.mk
index f9d6ec7..b81ccbb 100644
--- a/makefiles/gmake/platform.mk
+++ b/makefiles/gmake/platform.mk
@@ -120,7 +120,7 @@ PLATFORM_COMPILE_FLAGS += $(INCLUDE_FLAGS_LT)
endif
PLATFORM_COMPILE_FLAGS += \
- -DENABLE_NLS=$(ENABLE_NLS)
+ -DENABLE_NLS=$(ENABLE_NLS) -DLOCALEDIR=\"$(localedir)\"
# command line parser generator gengetopt
########################################