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/bin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin') 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) -- cgit v1.2.3