summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-27 15:08:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-27 15:08:54 +0200
commitaf70a45633b34eaae4eb4577b763dadfc48c74b6 (patch)
tree04e4e7a4f79f1d4306c4c9ffb07a1650edc1afeb /chart2
parent2b9ad2ef6bf904a8c2ec94e58644e8a7f7a36ae3 (diff)
Missing include dir
Change-Id: Id1d1ed3639548b335dff2d9fa5689b90f1ae5f61
Diffstat (limited to 'chart2')
-rw-r--r--chart2/CppunitTest_chart2_xshape.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/CppunitTest_chart2_xshape.mk b/chart2/CppunitTest_chart2_xshape.mk
index 47c03d23e9c7..9d5076b52e42 100644
--- a/chart2/CppunitTest_chart2_xshape.mk
+++ b/chart2/CppunitTest_chart2_xshape.mk
@@ -60,6 +60,7 @@ $(eval $(call gb_CppunitTest_use_libraries,chart2_xshape, \
$(eval $(call gb_CppunitTest_set_include,chart2_xshape,\
-I$(SRCDIR)/chart2/qa/extras \
+ -I$(SRCDIR)/chart2/inc \
$$(INCLUDE) \
))