diff options
author | Rene Engelhard <rene@debian.org> | 2012-09-18 20:45:27 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2012-09-18 20:46:09 +0200 |
commit | 0d38f7fe957a7dd60e793ced3d60cb7d40b58ef1 (patch) | |
tree | 0ca80121ab2872caff1c7d9bb16c225433e8b57a /sd | |
parent | 06dd3f641a26e5c17ed5d8ed3ab3463455ec5fc2 (diff) |
move -DENABLE_SDREMOTE together with the files
Change-Id: I7a3ee931182dcce5e4ac46beae96caec18d9eac3
Diffstat (limited to 'sd')
-rw-r--r-- | sd/Library_sd.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 9eaa0410b1e9..26754cbd224e 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) |