]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix linkage of virt-aa-helper to libgnu.a
authorMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 14 Jan 2010 00:41:09 +0000 (01:41 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 14 Jan 2010 20:50:21 +0000 (21:50 +0100)
src/Makefile.am

index dbf708b0d60a86144e8bf1a95c60cb20b8c5dc27..324030b36eaf9e1e2b3ace042af07374721d8ae4 100644 (file)
@@ -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