diff options
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@ |