diff options
Diffstat (limited to 'unodevtools/Executable_skeletonmaker.mk')
-rw-r--r-- | unodevtools/Executable_skeletonmaker.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unodevtools/Executable_skeletonmaker.mk b/unodevtools/Executable_skeletonmaker.mk index e06a656aa6fa..40fae4e1b5df 100644 --- a/unodevtools/Executable_skeletonmaker.mk +++ b/unodevtools/Executable_skeletonmaker.mk @@ -26,6 +26,8 @@ $(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 \ )) |