[Pkg-libvirt-commits] [libguestfs] 38/61: customize, mllib: use the libvirt CFLAGS
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 31 19:09:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.28.2-1
in repository libguestfs.
commit dea1241bc6512962943e75a8059a8ce55c3cc63b
Author: Pino Toscano <ptoscano at redhat.com>
Date: Wed Oct 22 10:20:01 2014 +0200
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.
(cherry picked from commit 3784a42d03857eae1e06c2a00bef7490793d395f)
---
customize/Makefile.am | 1 +
mllib/Makefile.am | 1 +
2 files changed, 2 insertions(+)
diff --git a/customize/Makefile.am b/customize/Makefile.am
index 0ea8d39..39759dc 100644
--- a/customize/Makefile.am
+++ b/customize/Makefile.am
@@ -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) \
diff --git a/mllib/Makefile.am b/mllib/Makefile.am
index 903a77d..2ad4eaa 100644
--- a/mllib/Makefile.am
+++ b/mllib/Makefile.am
@@ -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) \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list