summaryrefslogtreecommitdiff
path: root/tests/daemon/GNUmakefile
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 /tests/daemon/GNUmakefile
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 'tests/daemon/GNUmakefile')
-rw-r--r--tests/daemon/GNUmakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/daemon/GNUmakefile b/tests/daemon/GNUmakefile
index 1ec54b3..d352fbd 100644
--- a/tests/daemon/GNUmakefile
+++ b/tests/daemon/GNUmakefile
@@ -13,6 +13,14 @@ TEST_BINS = \
TEST_OBJS = \
testd_cmdline.o
+CATALOG_NAME = testd
+
+GETTEXT_LANGUAGES = de
+
+GETTEXT_FILES = $(TEST_OBJS:.o=.c) $(TEST_BINS:$(EXE)=.c)
+
+GETTEXT_TRIGGERS = _ gettext_noop gettext
+
-include $(TOPDIR)/makefiles/gmake/sub.mk
# ABa: currently a special rule for cmdline.c as gengetopt is not