diff options
-rw-r--r-- | desktop/Library_deploymentgui.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/Library_deploymentgui.mk b/desktop/Library_deploymentgui.mk index 0a92e54d9907..c7152bcfac2c 100644 --- a/desktop/Library_deploymentgui.mk +++ b/desktop/Library_deploymentgui.mk @@ -20,7 +20,9 @@ $(eval $(call gb_Library_use_external,deploymentgui,boost_headers)) $(eval $(call gb_Library_set_precompiled_header,deploymentgui,$(SRCDIR)/desktop/inc/pch/precompiled_deploymentgui)) -$(eval $(call gb_Library_use_custom_headers,deploymentgui,\ officecfg/registry \ )) +$(eval $(call gb_Library_use_custom_headers,deploymentgui,\ + officecfg/registry \ +)) $(eval $(call gb_Library_use_sdk_api,deploymentgui)) |