[Libreoffice-commits] .: sd/Library_sd.mk

Michael Stahl mst at kemper.freedesktop.org
Tue Nov 8 12:37:13 PST 2011


 sd/Library_sd.mk |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

New commits:
commit 00b2e13d2c7378577e77e1a1107601651735486e
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Nov 8 20:53:05 2011 +0100

    sd: how the hell did that ever work:
    
    The sd library uses SDI headers, but the corresponding targets
    were not declared anywhere.

diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 51db250..9d53091 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 \


More information about the Libreoffice-commits mailing list