diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-11-21 23:10:52 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-11-22 13:14:57 +0100 |
commit | 6a18fdceb5e6a2f2f9029ec767b405b4475a19e0 (patch) | |
tree | 02322a862e8d4b0ecb1e1adad77cbdca4eb956a4 /svx | |
parent | ac9ba521176c602544bf5fe1fdc1d216bfdd9849 (diff) |
trivial makefile cleanups
Change-Id: Ida5bdfa06ecd7907305f4f171ca5ab64260d0259
Diffstat (limited to 'svx')
-rw-r--r-- | svx/CppunitTest_svx_unit.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/CppunitTest_svx_unit.mk b/svx/CppunitTest_svx_unit.mk index 765f3858c6cb..6563d60e4eaf 100644 --- a/svx/CppunitTest_svx_unit.mk +++ b/svx/CppunitTest_svx_unit.mk @@ -13,10 +13,6 @@ $(eval $(call gb_CppunitTest_use_external,svx_unit,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,svx_unit)) -$(eval $(call gb_CppunitTest_set_include,svx_unit,\ - $$(INCLUDE) \ -)) - $(eval $(call gb_CppunitTest_add_exception_objects,svx_unit, \ svx/qa/unit/svdraw/test_SdrTextObject \ svx/qa/unit/xoutdev \ |