summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-24 11:27:16 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-24 11:27:16 +0300
commit81f077bcf2f1dab1ec72b4707f2e2782100d66eb (patch)
tree3e81e2a0ca955d135accdf85fbe4b091486f51c8 /comphelper
parentd12a3e8b760c3b104b0adbf7b7adafd1498a836e (diff)
Don't point to inc directories that don't exist any longer
Change-Id: If783897a60a545baf3968c5eeccf80a1e186bc51
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/CppunitTest_comphelper_test.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/comphelper/CppunitTest_comphelper_test.mk b/comphelper/CppunitTest_comphelper_test.mk
index a52e337a4677..89e071044ed7 100644
--- a/comphelper/CppunitTest_comphelper_test.mk
+++ b/comphelper/CppunitTest_comphelper_test.mk
@@ -26,9 +26,4 @@ $(eval $(call gb_CppunitTest_use_libraries,comphelper_test, \
$(gb_UWINAPI) \
))
-$(eval $(call gb_CppunitTest_set_include,comphelper_test,\
- -I$(SRCDIR)/comphelper/inc \
- $$(INCLUDE) \
-))
-
# vim: set noet sw=4 ts=4: