diff options
Diffstat (limited to 'src/tests/Makefile.am')
| -rw-r--r-- | src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 8a3efd3..3697f6b 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -4,4 +4,4 @@ TESTS = test1 check_PROGRAMS = test1 test1_SOURCES = test1.c -test1_LDADD = $(top_builddir)/src/core/libaplwc.la +test1_LDADD = $(top_builddir)/src/core/libaplwc.la $(LIBINTL) |