[Pkg-libvirt-commits] [libguestfs] 138/146: build: use libintl where needed

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 17:01:24 UTC 2015


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

bengen pushed a commit to branch master
in repository libguestfs.

commit 3597000c2d890094daace394b99eb50c351f83eb
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.
    
    (cherry picked from commit e57ed7cd3468b1c099571eae20ba27c35cdc911a)
---
 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 fed1923..006e203 100644
--- a/tests/c-api/Makefile.am
+++ b/tests/c-api/Makefile.am
@@ -229,6 +229,7 @@ test_event_string_LDADD = \
 #	$(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 a5e7cfc..fc6b328 100644
--- a/tests/regressions/Makefile.am
+++ b/tests/regressions/Makefile.am
@@ -111,6 +111,7 @@ rhbz914931_CFLAGS = \
 	-pthread \
 	$(WARN_CFLAGS) $(WERROR_CFLAGS)
 rhbz914931_LDADD = \
+	$(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