From c8b02c4f0c217c756ad00b4a3f19db931880ae67 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Thu, 13 Nov 2025 19:53:43 +0100 Subject: First attempt at using gettext --- src/core/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/core/Makefile.am') diff --git a/src/core/Makefile.am b/src/core/Makefile.am index a635e5d..4796fda 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -6,4 +6,8 @@ libaplwc_la_SOURCES = \ wrappers.c \ defs.h \ fns.h \ - types.h + types.h \ + nls.h + +localedir = $(datadir)/locale +DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -- cgit v1.2.3