summaryrefslogtreecommitdiff
path: root/unodevtools/Executable_skeletonmaker.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-11 15:39:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-11 16:11:19 +0200
commit7b3bef772d65f064393a764e1a6ef468dbf1b18d (patch)
treeb76895c7d109e07d08d550e61f27b6cb4cbba2ba /unodevtools/Executable_skeletonmaker.mk
parent6e3e6ef7257e93743a72719581ef6fe0016e58e9 (diff)
No need to have uno-skeletonmaker depend on udkapi
...just for RuntimeException, which can be replaced with CannotDumpException. Change-Id: I258f5fe534d589b33e988f7e585168c1bc6990f8
Diffstat (limited to 'unodevtools/Executable_skeletonmaker.mk')
-rw-r--r--unodevtools/Executable_skeletonmaker.mk6
1 files changed, 0 insertions, 6 deletions
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 \
))