[Libreoffice-commits] .: sd/Library_sdui.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Sep 19 04:35:12 PDT 2012
sd/Library_sdui.mk | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 38fd69053ea0917ab82a364c0e1409a8dd27bd2f
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Sep 19 14:34:13 2012 +0300
Add ENABLE_SDREMOTE ifdef here, too
Change-Id: I7cb579b494adab0ab36cc86aa889132cf8e0fdd6
diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk
index 6a2f6fc..35bdede 100644
--- a/sd/Library_sdui.mk
+++ b/sd/Library_sdui.mk
@@ -35,8 +35,13 @@ $(eval $(call gb_Library_set_include,sdui,\
$(eval $(call gb_Library_add_defs,sdui,\
-DSD_DLLIMPLEMENTATION \
+))
+
+ifeq ($(ENABLE_SDREMOTE),YES)
+$(eval $(call gb_Library_add_defs,sdui,\
-DENABLE_SDREMOTE \
))
+endif
$(eval $(call gb_Library_use_sdk_api,sdui))
More information about the Libreoffice-commits
mailing list