[libgit2-glib] [coverage] Manually set system include dir[coverage] Manually set system include dir
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib] [coverage] Manually set system include dir[coverage] Manually set system include dir
- Date: Tue, 24 Jun 2014 14:25:30 +0000 (UTC)
commit 782e20d4f82d62edc20ce0687c747ea7bc9450fa
Author: Jesse van den Kieboom <jessevdk gnome org>
Date: Tue Jun 24 16:24:32 2014 +0200
[coverage] Manually set system include dir[coverage] Manually set system include dir
libgit2-glib/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgit2-glib/Makefile.am b/libgit2-glib/Makefile.am
index 2de3f8f..42cef7f 100644
--- a/libgit2-glib/Makefile.am
+++ b/libgit2-glib/Makefile.am
@@ -197,7 +197,7 @@ if HAVE_INTROSPECTION
endif
coverage:
- $(AM_V_GEN) LIBGIT2_INCLUDE_DIR=$(shell $(PKG_CONFIG) --variable=includedir libgit2)/git2
$(top_srcdir)/tools/coverage.py $(AM_CPPFLAGS) -- $(C_FILES)
+ $(AM_V_GEN) LIBGIT2_INCLUDE_DIR=$(shell $(PKG_CONFIG) --variable=includedir libgit2)/git2
$(top_srcdir)/tools/coverage.py $(AM_CPPFLAGS) -isystem $(shell llvm-clang -print-file-name=include) --
$(C_FILES)
.PHONY: coverage
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]