diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-21 18:38:12 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-22 14:20:53 +0100 |
commit | e1c53130a77beec74aefc4cf336229ce76f0870d (patch) | |
tree | 2825e89804e5aa2bcdaadb1ed7930a98757815d9 /sd | |
parent | 8da8952561c677dfc3a60f61e93ad880f37714be (diff) |
No (more?) reason for SD_DLLIMPLEMENTATION in Library_sdfilt
IIRC, this was a quirk with the old build system, dutifully carried across.
Change-Id: Id2bc5efb645abd3f3074a9e363d643f88d107d1b
Diffstat (limited to 'sd')
-rw-r--r-- | sd/Library_sdfilt.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/Library_sdfilt.mk b/sd/Library_sdfilt.mk index 5a3dddd58747..f667dd24385e 100644 --- a/sd/Library_sdfilt.mk +++ b/sd/Library_sdfilt.mk @@ -32,10 +32,6 @@ $(eval $(call gb_Library_set_include,sdfilt,\ -I$(SRCDIR)/sd/inc \ )) -$(eval $(call gb_Library_add_defs,sdfilt,\ - -DSD_DLLIMPLEMENTATION \ -)) - ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),) $(eval $(call gb_Library_add_defs,sdfilt,\ -DDBG_ANIM_LOG \ |