[Pkg-libvirt-commits] [libguestfs] 02/66: builder: Use libgnu.la instead of -lgnu.

Hilko Bengen bengen at moszumanska.debian.org
Fri May 9 12:56:19 UTC 2014


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

bengen pushed a commit to branch master
in repository libguestfs.

commit 3f2164a3b9e8b5c33c9cf404a8b798bf01cab7e5
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Mar 28 09:57:07 2014 +0000

    builder: Use libgnu.la instead of -lgnu.
    
    This updates commit effcb99f838da1c4830b4a6b0cc4394b904376f2.
    
    (cherry picked from commit a7a239f7ab8abe8e81861c06abea4dd21dc4cd3d)
---
 builder/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/Makefile.am b/builder/Makefile.am
index cf6b134..3be547c 100644
--- a/builder/Makefile.am
+++ b/builder/Makefile.am
@@ -279,7 +279,7 @@ virt_index_validate_CPPFLAGS = \
 	-DLOCALEBASEDIR=\""$(datadir)/locale"\"
 
 virt_index_validate_LDADD = \
-       -L../gnulib/lib/.libs -lgnu
+	../gnulib/lib/libgnu.la
 
 man_MANS += virt-index-validate.1
 noinst_DATA += $(top_builddir)/html/virt-index-validate.1.html

-- 
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