[cairo-commit] boilerplate/Makefile.win32 src/Makefile.sources

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Sep 29 08:49:56 PDT 2008


 boilerplate/Makefile.win32 |    2 +-
 src/Makefile.sources       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e3f9e40df74b0334c2b544790fd3485ba527bd55
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Sep 29 11:49:04 2008 -0400

    Fix residues of the Makefile.*.config Makefile.*.features renaming
    
    They just don't seem to want to die...

diff --git a/boilerplate/Makefile.win32 b/boilerplate/Makefile.win32
index 4ea9a52..a98b9fe 100644
--- a/boilerplate/Makefile.win32
+++ b/boilerplate/Makefile.win32
@@ -1,6 +1,6 @@
 top_srcdir = ..
 include $(top_srcdir)/build/Makefile.win32.common
-include Makefile.win32.config
+include Makefile.win32.features
 
 CFLAGS += -I../src
 
diff --git a/src/Makefile.sources b/src/Makefile.sources
index e7ad395..16c61b5 100644
--- a/src/Makefile.sources
+++ b/src/Makefile.sources
@@ -15,7 +15,7 @@
 # See how pdf_operators or font_subset are handled.
 #
 # The sources are picked up according to the configured features
-# by the generated file Makefile.am.config or Makefile.win32.config.
+# by the generated file Makefile.am.features or Makefile.win32.features.
 #
 # These are a few special source files.  Those are not included in this
 # file to not confuse build systems.  Each build system must handle them


More information about the cairo-commit mailing list