From 0f414edd11fe5dc57f997e844e6d032638abca8b Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 8 Oct 2015 16:31:54 +0200 Subject: [PATCH] build: use libintl where needed Followup of commit a5426cce5faa0fde0de1b62c8646cb8a9992ef2b. --- tests/mount-local/Makefile.am | 1 + tests/parallel/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/mount-local/Makefile.am b/tests/mount-local/Makefile.am index 6ae416108..17fb12855 100644 --- a/tests/mount-local/Makefile.am +++ b/tests/mount-local/Makefile.am @@ -44,6 +44,7 @@ test_parallel_mount_local_LDADD = \ $(top_builddir)/src/libguestfs.la \ $(LIBXML2_LIBS) \ $(LIBVIRT_LIBS) \ + $(LTLIBINTL) \ $(top_builddir)/gnulib/lib/libgnu.la check-valgrind: diff --git a/tests/parallel/Makefile.am b/tests/parallel/Makefile.am index 9421bfcf2..3edc961c6 100644 --- a/tests/parallel/Makefile.am +++ b/tests/parallel/Makefile.am @@ -36,6 +36,7 @@ test_parallel_CFLAGS = \ test_parallel_LDADD = \ $(top_builddir)/src/libutils.la \ $(top_builddir)/src/libguestfs.la \ + $(LTLIBINTL) \ $(top_builddir)/gnulib/lib/libgnu.la #check-valgrind: