summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-08 20:53:05 +0100
committerMichael Stahl <mstahl@redhat.com>2011-11-08 21:31:26 +0100
commit00b2e13d2c7378577e77e1a1107601651735486e (patch)
tree0b00b004c7342bab43ca7900f499743abd43e77c /sd
parentde90369c315afc62c4409a5df1a581fa466cb849 (diff)
sd: how the hell did that ever work:
The sd library uses SDI headers, but the corresponding targets were not declared anywhere.
Diffstat (limited to 'sd')
-rw-r--r--sd/Library_sd.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 51db25001985..9d5309183559 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -30,6 +30,22 @@ $(eval $(call gb_Library_Library,sd))
$(eval $(call gb_Library_add_precompiled_header,sd,$(SRCDIR)/sd/inc/pch/precompiled_sd))
+$(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdslots,sd/sdi/sdslots))
+
+$(eval $(call gb_SdiTarget_set_include,sd/sdi/sdslots,\
+ -I$(realpath $(SRCDIR)/sd/inc) \
+ -I$(realpath $(SRCDIR)/sd/sdi) \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdgslots,sd/sdi/sdgslots))
+
+$(eval $(call gb_SdiTarget_set_include,sd/sdi/sdgslots,\
+ -I$(realpath $(SRCDIR)/sd/inc) \
+ -I$(realpath $(SRCDIR)/sd/sdi) \
+ $$(INCLUDE) \
+))
+
$(eval $(call gb_Library_add_sdi_headers,sd,\
sd/sdi/sdgslots \
sd/sdi/sdslots \