diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-29 11:49:04 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-29 11:49:50 -0400 |
commit | e3f9e40df74b0334c2b544790fd3485ba527bd55 (patch) | |
tree | 004228328568ae5780fecb94f535ed9055d5e51e | |
parent | d703f964aa7d1d4c8ec0b8a5dee437c222ce8629 (diff) |
Fix residues of the Makefile.*.config Makefile.*.features renaming
They just don't seem to want to die...
-rw-r--r-- | boilerplate/Makefile.win32 | 2 | ||||
-rw-r--r-- | src/Makefile.sources | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/boilerplate/Makefile.win32 b/boilerplate/Makefile.win32 index 4ea9a52e..a98b9fe3 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 e7ad3951..16c61b5a 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 |