summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-18 11:11:31 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-18 11:11:31 +0100
commit6ce34263d161c066e3f3347cb83626b13753818b (patch)
tree36332ab49fcedc870efba1d7002832a1fbafccde /src/GNUmakefile
parent3404f2ca1994cf219992cc0e1c2a6e77068c1f5f (diff)
downloadwolfbones-6ce34263d161c066e3f3347cb83626b13753818b.tar.gz
wolfbones-6ce34263d161c066e3f3347cb83626b13753818b.tar.bz2
started to add PostgreSQL-like gettext support
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 8932dcf..da28d97 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -27,6 +27,14 @@ OBJS = \
$(LOG_OBJS) \
$(DAEMON_OBJS)
+CATALOG_NAME = libwolf
+
+GETTEXT_LANGUAGES = de
+
+GETTEXT_FILES = $(OBJS:.o=.c)
+
+GETTEXT_TRIGGERS = _ gettext_noop gettext
+
local_all: $(LIBS)
-include $(TOPDIR)/makefiles/gmake/sub.mk