From: Matthias Bolte Date: Thu, 14 Jan 2010 00:41:09 +0000 (+0100) Subject: Fix linkage of virt-aa-helper to libgnu.a X-Git-Tag: v0.7.6~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9933c4f2f6b8c084bbda6195d5025e1bb103a611;p=thirdparty%2Flibvirt.git Fix linkage of virt-aa-helper to libgnu.a --- diff --git a/src/Makefile.am b/src/Makefile.am index dbf708b0d6..324030b36e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -876,9 +876,9 @@ virt_aa_helper_LDFLAGS = $(WARN_CFLAGS) virt_aa_helper_LDADD = \ $(WARN_CFLAGS) \ $(LIBXML_LIBS) \ - @top_srcdir@/gnulib/lib/libgnu.la \ @top_srcdir@/src/libvirt_conf.la \ - @top_srcdir@/src/libvirt_util.la + @top_srcdir@/src/libvirt_util.la \ + @top_srcdir@/gnulib/lib/libgnu.la virt_aa_helper_CFLAGS = \ -I@top_srcdir@/src/conf \ -I@top_srcdir@/src/security