summaryrefslogtreecommitdiff
path: root/sd/Library_sdui.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-21 18:17:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-22 14:20:53 +0100
commit8da8952561c677dfc3a60f61e93ad880f37714be (patch)
treed8961933dabf2cab2d8f2ea934a57ac37e99a5a9 /sd/Library_sdui.mk
parentd8e83ec04f677333257a5ec539a4bee330f692e6 (diff)
No (more?) reason for SD_DLLIMPLEMENTATION in Library_sdui
In practice, all of the .cxx of that library (except for a handful of newly introduced ones that had failed to follow the cargo cult) undefined it first thing before including anything else, anyway. IIRC, this was a quirk with the old build system, that had dutifully been carried across. Change-Id: I7642c21af48e15b14f245bbbf3d38fdd365c3c89
Diffstat (limited to 'sd/Library_sdui.mk')
-rw-r--r--sd/Library_sdui.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk
index 0501234d6b9b..a94b757cd924 100644
--- a/sd/Library_sdui.mk
+++ b/sd/Library_sdui.mk
@@ -33,10 +33,6 @@ $(eval $(call gb_Library_set_include,sdui,\
-I$(SRCDIR)/sd/source/ui/inc \
))
-$(eval $(call gb_Library_add_defs,sdui,\
- -DSD_DLLIMPLEMENTATION \
-))
-
ifeq ($(ENABLE_SDREMOTE),YES)
$(eval $(call gb_Library_add_defs,sdui,\
-DENABLE_SDREMOTE \