diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-11-13 20:04:02 +0100 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-11-13 20:04:02 +0100 |
| commit | c1cf60e0775f706b513623a47b02edf4c0d2e49d (patch) | |
| tree | 4ab935c346d53019d4865219cfe68d6bd4a70b81 /src/tests/Makefile.am | |
| parent | c8b02c4f0c217c756ad00b4a3f19db931880ae67 (diff) | |
Fix for when NLS is disabled
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) |