From c042cd05e9960742ba0d6b69058ac55092171bd3 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 19 Apr 2013 19:58:04 +0200 Subject: gbuild: drop uses of removed packages Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon Tested-by: David Tardon --- unotest/Library_unobootstrapprotector.mk | 2 -- unotest/Library_unoexceptionprotector.mk | 2 -- unotest/Library_unotest.mk | 2 -- 3 files changed, 6 deletions(-) (limited to 'unotest') diff --git a/unotest/Library_unobootstrapprotector.mk b/unotest/Library_unobootstrapprotector.mk index 0ba1e9352907..8a29d9490121 100644 --- a/unotest/Library_unobootstrapprotector.mk +++ b/unotest/Library_unobootstrapprotector.mk @@ -27,8 +27,6 @@ $(eval $(call gb_Library_Library,unobootstrapprotector)) -$(eval $(call gb_Library_use_package,unobootstrapprotector,unotest_inc)) - $(eval $(call gb_Library_use_sdk_api,unobootstrapprotector)) $(eval $(call gb_Library_use_libraries,unobootstrapprotector,\ diff --git a/unotest/Library_unoexceptionprotector.mk b/unotest/Library_unoexceptionprotector.mk index 40534d28e1a8..3d6bf0f8de01 100644 --- a/unotest/Library_unoexceptionprotector.mk +++ b/unotest/Library_unoexceptionprotector.mk @@ -27,8 +27,6 @@ $(eval $(call gb_Library_Library,unoexceptionprotector)) -$(eval $(call gb_Library_use_package,unoexceptionprotector,unotest_inc)) - $(eval $(call gb_Library_use_sdk_api,unoexceptionprotector)) $(eval $(call gb_Library_use_libraries,unoexceptionprotector,\ diff --git a/unotest/Library_unotest.mk b/unotest/Library_unotest.mk index d86ec273c538..0b59ca0b31ac 100644 --- a/unotest/Library_unotest.mk +++ b/unotest/Library_unotest.mk @@ -27,8 +27,6 @@ $(eval $(call gb_Library_Library,unotest)) -$(eval $(call gb_Library_use_package,unotest,unotest_inc)) - $(eval $(call gb_Library_add_defs,unotest,\ -DOOO_DLLIMPLEMENTATION_UNOTEST \ )) -- cgit