[Libreoffice-commits] core.git: svx/Executable_pixelctl.mk vcl/Executable_mtfdemo.mk vcl/Executable_outdevgrind.mk vcl/Executable_svdemo.mk vcl/Executable_svpclient.mk vcl/Executable_svptest.mk vcl/Executable_tdefilepicker.mk vcl/Executable_vcldemo.mk vcl/Library_vclplug_tde.mk

Tor Lillqvist tml at collabora.com
Thu Mar 19 12:43:10 PDT 2015


 svx/Executable_pixelctl.mk      |    1 -
 vcl/Executable_mtfdemo.mk       |    1 -
 vcl/Executable_outdevgrind.mk   |    1 -
 vcl/Executable_svdemo.mk        |    1 -
 vcl/Executable_svpclient.mk     |    1 -
 vcl/Executable_svptest.mk       |    1 -
 vcl/Executable_tdefilepicker.mk |    1 -
 vcl/Executable_vcldemo.mk       |    1 -
 vcl/Library_vclplug_tde.mk      |    1 -
 9 files changed, 9 deletions(-)

New commits:
commit 2847c520c3449d60dcd3f8b525fba006bc1d9e01
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Mar 19 21:41:54 2015 +0200

    There are no include files in solenv/inc
    
    Change-Id: I69f20c3632c0bee7a3189aaa5a96bd9fff2da222

diff --git a/svx/Executable_pixelctl.mk b/svx/Executable_pixelctl.mk
index d019d0c..3140af4 100644
--- a/svx/Executable_pixelctl.mk
+++ b/svx/Executable_pixelctl.mk
@@ -21,7 +21,6 @@ $(eval $(call gb_Executable_set_include,pixelctl,\
     $$(INCLUDE) \
     -I$(SRCDIR)/vcl/inc \
     -I$(SRCDIR)/svx/inc \
-    -I$(SRCDIR)/solenv/inc \
 ))
 
 $(eval $(call gb_Executable_use_libraries,pixelctl,\
diff --git a/vcl/Executable_mtfdemo.mk b/vcl/Executable_mtfdemo.mk
index c52980b..52af4a3 100644
--- a/vcl/Executable_mtfdemo.mk
+++ b/vcl/Executable_mtfdemo.mk
@@ -20,7 +20,6 @@ $(eval $(call gb_Executable_use_external,mtfdemo,boost_headers))
 $(eval $(call gb_Executable_set_include,mtfdemo,\
     $$(INCLUDE) \
     -I$(SRCDIR)/vcl/inc \
-    -I$(SRCDIR)/solenv/inc \
 ))
 
 $(eval $(call gb_Executable_use_libraries,mtfdemo,\
diff --git a/vcl/Executable_outdevgrind.mk b/vcl/Executable_outdevgrind.mk
index f1a822f..7b60d5e 100644
--- a/vcl/Executable_outdevgrind.mk
+++ b/vcl/Executable_outdevgrind.mk
@@ -20,7 +20,6 @@ $(eval $(call gb_Executable_use_external,outdevgrind,boost_headers))
 $(eval $(call gb_Executable_set_include,outdevgrind,\
     $$(INCLUDE) \
     -I$(SRCDIR)/vcl/inc \
-    -I$(SRCDIR)/solenv/inc \
 ))
 
 $(eval $(call gb_Executable_use_libraries,outdevgrind,\
diff --git a/vcl/Executable_svdemo.mk b/vcl/Executable_svdemo.mk
index 8937129..0a958a2 100644
--- a/vcl/Executable_svdemo.mk
+++ b/vcl/Executable_svdemo.mk
@@ -20,7 +20,6 @@ $(eval $(call gb_Executable_use_external,svdemo,boost_headers))
 $(eval $(call gb_Executable_set_include,svdemo,\
     $$(INCLUDE) \
     -I$(SRCDIR)/vcl/inc \
-    -I$(SRCDIR)/solenv/inc \
 ))
 
 $(eval $(call gb_Executable_use_libraries,svdemo,\
diff --git a/vcl/Executable_svpclient.mk b/vcl/Executable_svpclient.mk
index 5f3ba57..9f92ec5 100644
--- a/vcl/Executable_svpclient.mk
+++ b/vcl/Executable_svpclient.mk
@@ -20,7 +20,6 @@ $(eval $(call gb_Executable_use_external,svpclient,boost_headers))
 $(eval $(call gb_Executable_set_include,svpclient,\
     $$(INCLUDE) \
     -I$(SRCDIR)/vcl/inc \
-    -I$(SRCDIR)/solenv/inc \
 ))
 
 $(eval $(call gb_Executable_use_libraries,svpclient,\
diff --git a/vcl/Executable_svptest.mk b/vcl/Executable_svptest.mk
index 35c9806..c373aa6 100644
--- a/vcl/Executable_svptest.mk
+++ b/vcl/Executable_svptest.mk
@@ -20,7 +20,6 @@ $(eval $(call gb_Executable_use_external,svptest,boost_headers))
 $(eval $(call gb_Executable_set_include,svptest,\
     $$(INCLUDE) \
     -I$(SRCDIR)/vcl/inc \
-    -I$(SRCDIR)/solenv/inc \
 ))
 
 $(eval $(call gb_Executable_use_libraries,svptest,\
diff --git a/vcl/Executable_tdefilepicker.mk b/vcl/Executable_tdefilepicker.mk
index 9811e6d..fcbf55f 100644
--- a/vcl/Executable_tdefilepicker.mk
+++ b/vcl/Executable_tdefilepicker.mk
@@ -18,7 +18,6 @@ $(eval $(call gb_Executable_add_defs,tdefilepicker,\
 $(eval $(call gb_Executable_set_include,tdefilepicker,\
     $$(INCLUDE) \
     -I$(SRCDIR)/vcl/inc \
-    -I$(SRCDIR)/solenv/inc \
     -I$(SRCDIR)/vcl/inc/unx/kde \
 ))
 
diff --git a/vcl/Executable_vcldemo.mk b/vcl/Executable_vcldemo.mk
index da9d9e6..5fa49e6 100644
--- a/vcl/Executable_vcldemo.mk
+++ b/vcl/Executable_vcldemo.mk
@@ -20,7 +20,6 @@ $(eval $(call gb_Executable_use_external,vcldemo,boost_headers))
 $(eval $(call gb_Executable_set_include,vcldemo,\
     $$(INCLUDE) \
     -I$(SRCDIR)/vcl/inc \
-    -I$(SRCDIR)/solenv/inc \
 ))
 
 $(eval $(call gb_Executable_use_libraries,vcldemo,\
diff --git a/vcl/Library_vclplug_tde.mk b/vcl/Library_vclplug_tde.mk
index d05780b..af5da99d 100644
--- a/vcl/Library_vclplug_tde.mk
+++ b/vcl/Library_vclplug_tde.mk
@@ -14,7 +14,6 @@ $(eval $(call gb_Library_Library,vclplug_tde))
 $(eval $(call gb_Library_set_include,vclplug_tde,\
     $$(INCLUDE) \
     -I$(SRCDIR)/vcl/inc \
-    -I$(SRCDIR)/solenv/inc \
     -I$(SRCDIR)/vcl/inc/unx/kde \
     -I$(SRCDIR)/include/shell \
 ))


More information about the Libreoffice-commits mailing list