diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-19 21:41:54 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-19 21:42:39 +0200 |
commit | 2847c520c3449d60dcd3f8b525fba006bc1d9e01 (patch) | |
tree | 3c75af90da751f1e37db4dcb5c75fa6fd8e7230a /vcl | |
parent | 5b0f3cf836054da94968eddffc2647b50236739e (diff) |
There are no include files in solenv/inc
Change-Id: I69f20c3632c0bee7a3189aaa5a96bd9fff2da222
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/Executable_mtfdemo.mk | 1 | ||||
-rw-r--r-- | vcl/Executable_outdevgrind.mk | 1 | ||||
-rw-r--r-- | vcl/Executable_svdemo.mk | 1 | ||||
-rw-r--r-- | vcl/Executable_svpclient.mk | 1 | ||||
-rw-r--r-- | vcl/Executable_svptest.mk | 1 | ||||
-rw-r--r-- | vcl/Executable_tdefilepicker.mk | 1 | ||||
-rw-r--r-- | vcl/Executable_vcldemo.mk | 1 | ||||
-rw-r--r-- | vcl/Library_vclplug_tde.mk | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/vcl/Executable_mtfdemo.mk b/vcl/Executable_mtfdemo.mk index c52980b0e6a1..52af4a309040 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 f1a822f5f4a7..7b60d5e1b8c0 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 893712913df4..0a958a286691 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 5f3ba5731542..9f92ec55390c 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 35c9806c20e1..c373aa66f717 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 9811e6d3ea9c..fcbf55f10797 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 da9d9e663c60..5fa49e608f2d 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 d05780b65d03..af5da99d1aff 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 \ )) |