diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-11-13 19:53:43 +0100 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-11-13 19:53:43 +0100 |
| commit | c8b02c4f0c217c756ad00b4a3f19db931880ae67 (patch) | |
| tree | fe46d9139b03fb38851fa9b75b204d37526f54fd /src/core/Makefile.am | |
| parent | c0a0ce72bb70fe0ad1bb59fce3d8a2736dc22ea8 (diff) | |
First attempt at using gettext
Diffstat (limited to 'src/core/Makefile.am')
| -rw-r--r-- | src/core/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
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@ |