From 7b3bef772d65f064393a764e1a6ef468dbf1b18d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 11 Apr 2013 15:39:38 +0200 Subject: No need to have uno-skeletonmaker depend on udkapi ...just for RuntimeException, which can be replaced with CannotDumpException. Change-Id: I258f5fe534d589b33e988f7e585168c1bc6990f8 --- unodevtools/Executable_skeletonmaker.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'unodevtools/Executable_skeletonmaker.mk') diff --git a/unodevtools/Executable_skeletonmaker.mk b/unodevtools/Executable_skeletonmaker.mk index f021485ae73d..1cb142e48887 100644 --- a/unodevtools/Executable_skeletonmaker.mk +++ b/unodevtools/Executable_skeletonmaker.mk @@ -28,10 +28,6 @@ $(eval $(call gb_Executable_Executable,uno-skeletonmaker)) $(eval $(call gb_Executable_use_external,uno-skeletonmaker,boost_headers)) -$(eval $(call gb_Executable_use_api,uno-skeletonmaker,\ - udkapi \ -)) - $(eval $(call gb_Executable_set_include,uno-skeletonmaker,\ -I$(SRCDIR)/unodevtools/inc \ $$(INCLUDE) \ @@ -41,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,uno-skeletonmaker,\ reg \ sal \ salhelper \ - cppu \ - cppuhelper \ unoidl \ )) -- cgit