summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-18 16:39:23 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-18 16:39:23 -0400
commit005dd8499bca9521ab934a56c68d2b85042359b7 (patch)
tree0543162419bc7fe22f46dbeec2ef858ff5a051cc
parent567be443a2add00b4ea9b888ee35aeac5b41dc16 (diff)
[src/Makefile.win32] Remove recursive cairo_headers var1.7.6
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.
-rw-r--r--src/Makefile.win324
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.win32 b/src/Makefile.win32
index 967d94c52..09d56a2b6 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))