diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-24 11:27:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-24 11:27:16 +0300 |
commit | 81f077bcf2f1dab1ec72b4707f2e2782100d66eb (patch) | |
tree | 3e81e2a0ca955d135accdf85fbe4b091486f51c8 /salhelper | |
parent | d12a3e8b760c3b104b0adbf7b7adafd1498a836e (diff) |
Don't point to inc directories that don't exist any longer
Change-Id: If783897a60a545baf3968c5eeccf80a1e186bc51
Diffstat (limited to 'salhelper')
-rw-r--r-- | salhelper/CppunitTest_salhelper_testapi.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/salhelper/CppunitTest_salhelper_testapi.mk b/salhelper/CppunitTest_salhelper_testapi.mk index 1943c1b54a09..bea1cf1fda51 100644 --- a/salhelper/CppunitTest_salhelper_testapi.mk +++ b/salhelper/CppunitTest_salhelper_testapi.mk @@ -19,11 +19,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,salhelper_testapi,\ salhelper/qa/test_api \ )) -$(eval $(call gb_CppunitTest_set_include,salhelper_testapi,\ - $$(INCLUDE) \ - -I$(SRCDIR)/salhelper/inc \ -)) - $(eval $(call gb_CppunitTest_use_external,salhelper_testapi,boost_headers)) $(eval $(call gb_CppunitTest_use_libraries,salhelper_testapi,\ |