diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-07-23 08:44:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-07-23 11:37:04 +0200 |
commit | 2b45d55d87ec1414e3a39a759d014d1e256f7975 (patch) | |
tree | 00c531322e88375831332af4f926ff51f1fb7a5d /sd/Library_sdui.mk | |
parent | 5d95193f85921863cc127b1a3aec5924ff693592 (diff) |
fdo#46037: no more comphelper/configurationhelper.hxx in sd
Change-Id: If5d1fc3956b82edd0b68b26e14a9b9258ee6c10d
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd/Library_sdui.mk')
-rw-r--r-- | sd/Library_sdui.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk index 4ac90003e570..53f279d1b850 100644 --- a/sd/Library_sdui.mk +++ b/sd/Library_sdui.mk @@ -28,6 +28,10 @@ endif endif +$(eval $(call gb_Library_use_custom_headers,sdui,\ + officecfg/registry \ +)) + $(eval $(call gb_Library_use_external,sdui,boost_headers)) $(eval $(call gb_Library_use_sdk_api,sdui)) |