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/Executable_svdemo.mk | |
parent | 5b0f3cf836054da94968eddffc2647b50236739e (diff) |
There are no include files in solenv/inc
Change-Id: I69f20c3632c0bee7a3189aaa5a96bd9fff2da222
Diffstat (limited to 'vcl/Executable_svdemo.mk')
-rw-r--r-- | vcl/Executable_svdemo.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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,\ |