fix omissions in a53586f4efe26b8875107d04001f4ecec760c343

Change-Id: I65e3fc3e34416b74365490a1cd7cba178ef7eb55
This commit is contained in:
Michael Stahl 2013-01-26 23:56:39 +01:00
parent 46fcf807a8
commit 8cad36dfcd
3 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,8 @@ $(eval $(call gb_Library_set_include,ado,\
$$(INCLUDE) \
))
$(eval $(call gb_Library_use_external,ado,boost_headers))
$(eval $(call gb_Library_use_sdk_api,ado))
ifeq ($(COM),GCC)

View File

@ -32,6 +32,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,extensions_test_update, \
extensions/qa/update/test_update \
))
$(eval $(call gb_CppunitTest_use_external,extensions_test_update,boost_headers))
$(eval $(call gb_CppunitTest_use_libraries,extensions_test_update, \
updchk \
cppu \

View File

@ -60,7 +60,7 @@ $(eval $(call gb_Library_add_exception_objects,updchk,\
))
endif # OS WNT
$(eval $(call gb_Library_use_external,updchk,\
$(eval $(call gb_Library_use_externals,updchk,\
boost_headers \
curl \
))