[Libreoffice-commits] .: sd/Library_sd.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 18 11:45:28 PDT 2012


 sd/Library_sd.mk |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

New commits:
commit 0d38f7fe957a7dd60e793ced3d60cb7d40b58ef1
Author: Rene Engelhard <rene at debian.org>
Date:   Tue Sep 18 20:45:27 2012 +0200

    move -DENABLE_SDREMOTE together with the files
    
    Change-Id: I7a3ee931182dcce5e4ac46beae96caec18d9eac3

diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 9eaa041..26754cb 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -65,12 +65,6 @@ $(eval $(call gb_Library_add_defs,sd,\
     -DSD_DLLIMPLEMENTATION \
 ))
 
-ifeq ($(ENABLE_SDREMOTE),YES)
-$(eval $(call gb_Library_add_defs,sd,\
-    -DENABLE_SDREMOTE \
-))
-endif
-
 ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),)
 $(eval $(call gb_Library_add_defs,sd,\
     $$(DEFS) \
@@ -531,6 +525,11 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
     sd/source/ui/remotecontrol/Listener \
     sd/source/ui/remotecontrol/Transmitter \
 ))
+
+$(eval $(call gb_Library_add_defs,sd,\
+    -DENABLE_SDREMOTE \
+))
+
 endif
 
 ifeq ($(strip $(GUI)),WNT)


More information about the Libreoffice-commits mailing list