mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
customize, mllib: use the libvirt CFLAGS
uri-c.c and perl_edit-c.c end up (directly or indirectly) including guestfs-internal-frontend.h, which in turns includes libvirt/libvirt.h; hence, make sure to use the libvirt CFLAGS.
This commit is contained in:
@@ -150,6 +150,7 @@ endif
|
||||
# we do, so we have to provide it ourselves.
|
||||
|
||||
DEFAULT_INCLUDES = \
|
||||
$(LIBVIRT_CFLAGS) \
|
||||
-I. \
|
||||
-I$(top_builddir) \
|
||||
-I$(shell $(OCAMLC) -where) \
|
||||
|
||||
@@ -137,6 +137,7 @@ libdir.ml: Makefile
|
||||
# we do, so we have to provide it ourselves.
|
||||
|
||||
DEFAULT_INCLUDES = \
|
||||
$(LIBVIRT_CFLAGS) \
|
||||
-I. \
|
||||
-I$(top_builddir) \
|
||||
-I$(shell $(OCAMLC) -where) \
|
||||
|
||||
Reference in New Issue
Block a user