[Pkg-libvirt-commits] [libguestfs] 219/384: build: use libintl where needed

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 16:57:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit e57ed7cd3468b1c099571eae20ba27c35cdc911a
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Thu Jan 29 12:00:01 2015 +0100

    build: use libintl where needed
    
    Followup of commit a5426cce5faa0fde0de1b62c8646cb8a9992ef2b.
---
 tests/c-api/Makefile.am       | 1 +
 tests/regressions/Makefile.am | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tests/c-api/Makefile.am b/tests/c-api/Makefile.am
index ba99ee1..e2cab37 100644
--- a/tests/c-api/Makefile.am
+++ b/tests/c-api/Makefile.am
@@ -250,6 +250,7 @@ test_add_libvirt_dom_CFLAGS = \
 	$(WARN_CFLAGS) $(WERROR_CFLAGS)
 test_add_libvirt_dom_LDADD = \
 	$(top_builddir)/src/libguestfs.la $(LIBVIRT_LIBS) \
+	$(LTLIBINTL) \
 	$(LTLIBTHREAD) $(top_builddir)/gnulib/lib/libgnu.la
 endif
 
diff --git a/tests/regressions/Makefile.am b/tests/regressions/Makefile.am
index ff5a2f2..d5d63bb 100644
--- a/tests/regressions/Makefile.am
+++ b/tests/regressions/Makefile.am
@@ -114,6 +114,7 @@ rhbz914931_CFLAGS = \
 	$(WARN_CFLAGS) $(WERROR_CFLAGS)
 rhbz914931_LDADD = \
 	$(top_builddir)/src/libutils.la \
+	$(LTLIBINTL) \
 	$(top_builddir)/src/libguestfs.la
 
 rhbz1055452_SOURCES = rhbz1055452.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list