sd/Library_sd.mk | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-)
New commits: commit 0d38f7fe957a7dd60e793ced3d60cb7d40b58ef1 Author: Rene Engelhard <[email protected]> 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) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
