mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Fix linkage of virt-aa-helper to libgnu.a
This commit is contained in:
parent
522776ed4c
commit
9933c4f2f6
@ -876,9 +876,9 @@ virt_aa_helper_LDFLAGS = $(WARN_CFLAGS)
|
|||||||
virt_aa_helper_LDADD = \
|
virt_aa_helper_LDADD = \
|
||||||
$(WARN_CFLAGS) \
|
$(WARN_CFLAGS) \
|
||||||
$(LIBXML_LIBS) \
|
$(LIBXML_LIBS) \
|
||||||
@top_srcdir@/gnulib/lib/libgnu.la \
|
|
||||||
@top_srcdir@/src/libvirt_conf.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 = \
|
virt_aa_helper_CFLAGS = \
|
||||||
-I@top_srcdir@/src/conf \
|
-I@top_srcdir@/src/conf \
|
||||||
-I@top_srcdir@/src/security
|
-I@top_srcdir@/src/security
|
||||||
|
Loading…
x
Reference in New Issue
Block a user