summaryrefslogtreecommitdiff
path: root/tests/service/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-28 13:25:21 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-28 13:25:21 +0100
commit8c44b81b9f943ff0e87034ab16527f60c1830524 (patch)
tree9741c469a097a542a6551990b0b44dc07a7b3950 /tests/service/GNUmakefile
parent2f731f9019b443cf90f24223f1ac3fa8068343b6 (diff)
downloadwolfbones-8c44b81b9f943ff0e87034ab16527f60c1830524.tar.gz
wolfbones-8c44b81b9f943ff0e87034ab16527f60c1830524.tar.bz2
added localization in test/service
Diffstat (limited to 'tests/service/GNUmakefile')
-rw-r--r--tests/service/GNUmakefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/service/GNUmakefile b/tests/service/GNUmakefile
new file mode 100644
index 0000000..dd624a2
--- /dev/null
+++ b/tests/service/GNUmakefile
@@ -0,0 +1,19 @@
+TOPDIR = ../..
+
+CATALOG_NAME = testservice
+
+GETTEXT_LANGUAGES = de
+
+GETTEXT_FILES = testservice.c
+
+GETTEXT_TRIGGERS = _ gettext_noop gettext
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+local_test:
+
+local_all:
+
+local_clean:
+
+local_distclean: