diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-09 17:54:00 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-10 21:41:46 +0100 |
commit | 5cabaf5a32188f24344f68fa48cbdc0a8b8cfb41 (patch) | |
tree | 36362949319d90e12942d3250ec4d0cf9ad58c50 /test | |
parent | 19b33ca42f1ce38a2e58070f962f37ecae58be0d (diff) |
fdo#39491 more of unnecessary include paths
Diffstat (limited to 'test')
-rw-r--r-- | test/Library_subsequenttest.mk | 5 | ||||
-rw-r--r-- | test/Library_test.mk | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/test/Library_subsequenttest.mk b/test/Library_subsequenttest.mk index 49fb8332c39a..6c1556f59dac 100644 --- a/test/Library_subsequenttest.mk +++ b/test/Library_subsequenttest.mk @@ -27,11 +27,6 @@ $(eval $(call gb_Library_Library,subsequenttest)) -$(eval $(call gb_Library_set_include,subsequenttest,\ - -I$(SRCDIR)/tools/inc \ - $$(INCLUDE) \ -)) - $(eval $(call gb_Library_add_defs,subsequenttest,\ -DOOO_DLLIMPLEMENTATION_TEST \ )) diff --git a/test/Library_test.mk b/test/Library_test.mk index 4275a1f06e59..d59042522001 100644 --- a/test/Library_test.mk +++ b/test/Library_test.mk @@ -29,11 +29,6 @@ $(eval $(call gb_Library_Library,test)) $(eval $(call gb_Library_add_package_headers,test,test_inc)) -$(eval $(call gb_Library_set_include,test,\ - -I$(SRCDIR)/tools/inc \ - $$(INCLUDE) \ -)) - $(eval $(call gb_Library_add_defs,test,\ -DOOO_DLLIMPLEMENTATION_TEST \ )) |