diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-21 13:17:18 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-21 13:17:18 +0200 |
commit | 4eac26400b8ef08331938d3513c762abfb7b142e (patch) | |
tree | 54f2dbd588b546bdc41d378fdd9f9660ecdfde09 /sd/Library_sdui.mk | |
parent | 26da7ac79406d09252ce4ba964c1893e19a03021 (diff) |
gnumake4: postmerge fixes in sd and slideshow
Diffstat (limited to 'sd/Library_sdui.mk')
-rw-r--r-- | sd/Library_sdui.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk index e74e965781ac..a46d95cbd1a2 100644 --- a/sd/Library_sdui.mk +++ b/sd/Library_sdui.mk @@ -38,8 +38,7 @@ $(eval $(call gb_Library_set_include,sdui,\ -I$(OUTDIR)/inc/offuh \ )) -$(eval $(call gb_Library_set_defs,sdui,\ - $$(DEFS) \ +$(eval $(call gb_Library_add_defs,sdui,\ -DSD_DLLIMPLEMENTATION \ )) |