summaryrefslogtreecommitdiff
path: root/src/bin/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/Makefile.am')
-rw-r--r--src/bin/Makefile.am2
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)