mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix build in separate build directory
* cfg.mk: use $(srcdir)/ prefix for Makefile.nonreentrant include * examples/domain-events/events-c/Makefile.am tools/Makefile.am examples/hellolibvirt/Makefile.am: extend the include paths to use $(top_srcdir)/include too.
This commit is contained in:
committed by
Daniel Veillard
parent
36e0372986
commit
3bd4c7ba16
@@ -43,7 +43,7 @@ virsh_LDADD = \
|
||||
$(VIRSH_LIBS)
|
||||
virsh_CFLAGS = \
|
||||
-I$(top_srcdir)/gnulib/lib -I../gnulib/lib \
|
||||
-I../include \
|
||||
-I../include -I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/util \
|
||||
-DGETTEXT_PACKAGE=\"$(PACKAGE)\" \
|
||||
|
||||
Reference in New Issue
Block a user