[cairo-commit] src/Makefile.win32

Behdad Esfahbod behdad at kemper.freedesktop.org
Thu Sep 18 13:40:13 PDT 2008


 src/Makefile.win32 |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 005dd8499bca9521ab934a56c68d2b85042359b7
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Sep 18 16:39:23 2008 -0400

    [src/Makefile.win32] Remove recursive cairo_headers var
    
    The cairo_headers variable in Makefile.win32 was unused and
    from before the new build system was put in place.  One can
    use enabled_cairo_headers if need be.

diff --git a/src/Makefile.win32 b/src/Makefile.win32
index 967d94c..09d56a2 100644
--- a/src/Makefile.win32
+++ b/src/Makefile.win32
@@ -11,10 +11,6 @@ SOURCES = \
 
 STATIC_SOURCES = cairo-win32-surface.c 
 
-cairo_headers = \
-	$(enabled_cairo_headers) \
-	$(NULL)
-
 OBJECTS = $(patsubst %.c, $(CFG)/%.obj, $(SOURCES))
 SHARED_OBJECTS = $(patsubst %.c, $(CFG)/%.obj, $(STATIC_SOURCES))
 STATIC_OBJECTS = $(patsubst %.c, $(CFG)/%-static.obj, $(STATIC_SOURCES))


More information about the cairo-commit mailing list