[Libreoffice-commits] .: 2 commits - connectivity/Library_dbtools.mk shell/Library_ooofilt_x64.mk shell/Library_propertyhdl_x64.mk shell/Library_shlxthdl_x64.mk

David Tardon dtardon at kemper.freedesktop.org
Tue May 29 08:32:50 PDT 2012


 connectivity/Library_dbtools.mk  |    1 +
 shell/Library_ooofilt_x64.mk     |    4 ++++
 shell/Library_propertyhdl_x64.mk |    4 ++++
 shell/Library_shlxthdl_x64.mk    |    4 ++++
 4 files changed, 13 insertions(+)

New commits:
commit de1297a1ffd01c1829f6c82d1c9d53b5a7c3c3b5
Author: David Tardon <dtardon at redhat.com>
Date:   Tue May 29 17:30:19 2012 +0200

    copy the source files before trying to use them
    
    Change-Id: I3252511cd845e6f91d31f5b5858c9122fcab4838

diff --git a/shell/Library_ooofilt_x64.mk b/shell/Library_ooofilt_x64.mk
index 47f058c..f3c9946 100644
--- a/shell/Library_ooofilt_x64.mk
+++ b/shell/Library_ooofilt_x64.mk
@@ -29,6 +29,10 @@ $(eval $(call gb_Library_Library,ooofilt_x64))
 
 $(eval $(call gb_Library_set_x64,ooofilt_x64,YES))
 
+$(eval $(call gb_Library_use_custom_headers,ooofilt_x64,\
+	shell/source \
+))
+
 $(eval $(call gb_Library_set_include,ooofilt_x64,\
 	-I$(SRCDIR)/shell/inc \
 	$$(INCLUDE) \
diff --git a/shell/Library_propertyhdl_x64.mk b/shell/Library_propertyhdl_x64.mk
index e774a50..1a36e2b 100644
--- a/shell/Library_propertyhdl_x64.mk
+++ b/shell/Library_propertyhdl_x64.mk
@@ -29,6 +29,10 @@ $(eval $(call gb_Library_Library,propertyhdl_x64))
 
 $(eval $(call gb_Library_set_x64,propertyhdl_x64,YES))
 
+$(eval $(call gb_Library_use_custom_headers,propertyhdl_x64,\
+	shell/source \
+))
+
 $(eval $(call gb_Library_set_include,propertyhdl_x64,\
 	-I$(SRCDIR)/shell/inc \
 	$$(INCLUDE) \
diff --git a/shell/Library_shlxthdl_x64.mk b/shell/Library_shlxthdl_x64.mk
index 0732762..a7e149c 100644
--- a/shell/Library_shlxthdl_x64.mk
+++ b/shell/Library_shlxthdl_x64.mk
@@ -29,6 +29,10 @@ $(eval $(call gb_Library_Library,shlxthdl_x64))
 
 $(eval $(call gb_Library_set_x64,shlxthdl_x64,YES))
 
+$(eval $(call gb_Library_use_custom_headers,shlxthdl_x64,\
+	shell/source \
+))
+
 $(eval $(call gb_Library_set_include,shlxthdl_x64,\
 	-I$(SRCDIR)/shell/inc \
 	$$(INCLUDE) \
commit f39f100959e4cff8787d6d92f5407c469d936a21
Author: David Tardon <dtardon at redhat.com>
Date:   Tue May 29 17:24:01 2012 +0200

    make sure all headers are in place
    
    Change-Id: I9b0b2eb426e44883e0e81ab693c907e6ed70f39e

diff --git a/connectivity/Library_dbtools.mk b/connectivity/Library_dbtools.mk
index 3336815..f3faca7 100644
--- a/connectivity/Library_dbtools.mk
+++ b/connectivity/Library_dbtools.mk
@@ -28,6 +28,7 @@
 $(eval $(call gb_Library_Library,dbtools))
 
 $(eval $(call gb_Library_use_packages,dbtools,\
+	connectivity_generated \
 	connectivity_inc \
 ))
 


More information about the Libreoffice-commits mailing list