git.annexia.org
/
virt-v2v-test-cases-nonfree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
150b00b
)
Add common/utils directory.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 14 Feb 2017 15:24:35 +0000
(15:24 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 14 Feb 2017 15:24:35 +0000
(15:24 +0000)
Required since libguestfs commit
b53cec584d46e710e534312a7aefdbb9f25856da
.
common-rules.mk
patch
|
blob
|
history
diff --git
a/common-rules.mk
b/common-rules.mk
index
f7ef1c8
..
629fc95
100644
(file)
--- a/
common-rules.mk
+++ b/
common-rules.mk
@@
-32,6
+32,7
@@
if INSTALLED_TEST_HARNESS
OCAMLPACKAGES += -package v2v_test_harness
else
OCAMLPACKAGES += \
+ -I $(TEST_HARNESS_DIR)/../../common/utils/.libs \
-I $(TEST_HARNESS_DIR)/../../src/.libs \
-I $(TEST_HARNESS_DIR)/../../gnulib/lib/.libs \
-I $(TEST_HARNESS_DIR)/../../mllib \