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:
Pino Toscano
2014-10-22 10:20:01 +02:00
parent 0a2534c4f1
commit 3784a42d03
2 changed files with 2 additions and 0 deletions

View File

@@ -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) \

View File

@@ -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) \