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/bin | |
| parent | c0a0ce72bb70fe0ad1bb59fce3d8a2736dc22ea8 (diff) | |
First attempt at using gettext
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index ef86ed0..616c83c 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -3,4 +3,4 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include bin_PROGRAMS = aplwc aplwc_SOURCES = main.c -aplwc_LDADD = $(top_builddir)/src/core/libaplwc.la +aplwc_LDADD = $(top_builddir)/src/core/libaplwc.la $(LIBINTL) |