canvas/Library_directx9canvas.mk      |    5 -----
 canvas/Library_gdipluscanvas.mk       |    5 -----
 canvas/StaticLibrary_directxcanvas.mk |    5 -----
 3 files changed, 15 deletions(-)

New commits:
commit 067ed7401c8b4822debcea3b097a622e739a9b2b
Author: Michael Stahl <mst...@redhat.com>
Date:   Wed Apr 24 12:59:14 2013 +0200

    canvas: remove obsolete include paths
    
    Change-Id: I3d72be674526f4221de452ad4efc1e857bb25dc6

diff --git a/canvas/Library_directx9canvas.mk b/canvas/Library_directx9canvas.mk
index 6c29dcf..f3cea09 100644
--- a/canvas/Library_directx9canvas.mk
+++ b/canvas/Library_directx9canvas.mk
@@ -30,11 +30,6 @@ $(eval $(call gb_Library_Library,directx9canvas))
 
 $(eval $(call 
gb_Library_set_componentfile,directx9canvas,canvas/source/directx/directx9canvas))
 
-$(eval $(call gb_Library_set_include,directx9canvas,\
-       $$(INCLUDE) \
-       -I$(SRCDIR)/canvas/inc \
-))
-
 $(eval $(call gb_Library_use_sdk_api,directx9canvas))
 
 # clear NOMINMAX because GdiplusTypes.h uses those macros :(
diff --git a/canvas/Library_gdipluscanvas.mk b/canvas/Library_gdipluscanvas.mk
index 92b1754..857bfa1 100644
--- a/canvas/Library_gdipluscanvas.mk
+++ b/canvas/Library_gdipluscanvas.mk
@@ -30,11 +30,6 @@ $(eval $(call gb_Library_Library,gdipluscanvas))
 
 $(eval $(call 
gb_Library_set_componentfile,gdipluscanvas,canvas/source/directx/gdipluscanvas))
 
-$(eval $(call gb_Library_set_include,gdipluscanvas,\
-       $$(INCLUDE) \
-       -I$(SRCDIR)/canvas/inc \
-))
-
 $(eval $(call gb_Library_use_external,gdipluscanvas,boost_headers))
 
 $(eval $(call gb_Library_use_sdk_api,gdipluscanvas))
diff --git a/canvas/StaticLibrary_directxcanvas.mk 
b/canvas/StaticLibrary_directxcanvas.mk
index 34f836d..7258ec2 100644
--- a/canvas/StaticLibrary_directxcanvas.mk
+++ b/canvas/StaticLibrary_directxcanvas.mk
@@ -10,11 +10,6 @@
 
 $(eval $(call gb_StaticLibrary_StaticLibrary,directxcanvas))
 
-$(eval $(call gb_StaticLibrary_set_include,directxcanvas,\
-       $$(INCLUDE) \
-       -I$(SRCDIR)/canvas/inc \
-))
-
 $(eval $(call gb_StaticLibrary_use_external,directxcanvas,boost_headers))
 
 $(eval $(call gb_StaticLibrary_use_api,directxcanvas,\
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to