Kaydet (Commit) 69d03c69 authored tarafından Matúš Kukan's avatar Matúš Kukan

forgot to use external mdds headers here

Change-Id: I066e2716095722343603a684935f0b7b24ce08be
üst fe166c1a
...@@ -31,6 +31,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_filters_test, \ ...@@ -31,6 +31,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_filters_test, \
sc/qa/unit/filters-test \ sc/qa/unit/filters-test \
)) ))
$(eval $(call gb_CppunitTest_use_external,sc_filters_test,mdds_headers))
$(eval $(call gb_CppunitTest_use_libraries,sc_filters_test, \ $(eval $(call gb_CppunitTest_use_libraries,sc_filters_test, \
avmedia \ avmedia \
basegfx \ basegfx \
......
...@@ -31,6 +31,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_subsequent_filters_test, \ ...@@ -31,6 +31,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_subsequent_filters_test, \
sc/qa/unit/subsequent_filters-test \ sc/qa/unit/subsequent_filters-test \
)) ))
$(eval $(call gb_CppunitTest_use_external,sc_subsequent_filters_test,mdds_headers))
$(eval $(call gb_CppunitTest_use_libraries,sc_subsequent_filters_test, \ $(eval $(call gb_CppunitTest_use_libraries,sc_subsequent_filters_test, \
avmedia \ avmedia \
basegfx \ basegfx \
......
...@@ -37,6 +37,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_ucalc, \ ...@@ -37,6 +37,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_ucalc, \
$(eval $(call gb_CppunitTest_use_library_objects,sc_ucalc,sc)) $(eval $(call gb_CppunitTest_use_library_objects,sc_ucalc,sc))
$(eval $(call gb_CppunitTest_use_external,sc_ucalc,mdds_headers))
ifeq ($(ENABLE_TELEPATHY),TRUE) ifeq ($(ENABLE_TELEPATHY),TRUE)
$(eval $(call gb_CppunitTest_use_libraries,sc_ucalc,tubes)) $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc,tubes))
endif endif
......
...@@ -34,6 +34,8 @@ $(eval $(call gb_Library_set_include,scfilt,\ ...@@ -34,6 +34,8 @@ $(eval $(call gb_Library_set_include,scfilt,\
$(eval $(call gb_Library_use_sdk_api,scfilt)) $(eval $(call gb_Library_use_sdk_api,scfilt))
$(eval $(call gb_Library_use_external,scfilt,mdds_headers))
$(eval $(call gb_Library_use_libraries,scfilt,\ $(eval $(call gb_Library_use_libraries,scfilt,\
basegfx \ basegfx \
comphelper \ comphelper \
......
...@@ -33,6 +33,8 @@ $(eval $(call gb_Library_set_include,scui,\ ...@@ -33,6 +33,8 @@ $(eval $(call gb_Library_set_include,scui,\
$(eval $(call gb_Library_use_sdk_api,scui)) $(eval $(call gb_Library_use_sdk_api,scui))
$(eval $(call gb_Library_use_external,scui,mdds_headers))
$(eval $(call gb_Library_use_libraries,scui,\ $(eval $(call gb_Library_use_libraries,scui,\
comphelper \ comphelper \
cppu \ cppu \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment