Bug 345600 – cvs build error in pango/opentype/Makefile

2006-06-22  Behdad Esfahbod  <behdad@gnome.org>

        Bug 345600 – cvs build error in pango/opentype/Makefile

        * pango/opentype/Makefile.am: Rename variable SOURCES to MAINSOURCES.
        Some automake versions seem to use it or something.
This commit is contained in:
Behdad Esfahbod 2006-06-22 18:09:04 +00:00 committed by Behdad Esfahbod
parent ffb2d5c1e7
commit 52481a5c55
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ INCLUDES = \
noinst_LTLIBRARIES = libharfbuzz-1.la
SOURCES = \
MAINSOURCES = \
ftglue.c \
harfbuzz-buffer.c \
harfbuzz-dump.c \
@ -34,7 +34,7 @@ PRIVATEHEADERS = \
harfbuzz-open-private.h
libharfbuzz_1_la_SOURCES = \
$(SOURCES) \
$(MAINSOURCES) \
$(PUBLICHEADERS) \
$(PRIVATEHEADERS)