Bug 345600 – cvs build error in pango/opentype/Makefile
authorBehdad Esfahbod <behdad@gnome.org>
Thu, 22 Jun 2006 18:09:04 +0000 (18:09 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Thu, 22 Jun 2006 18:09:04 +0000 (18:09 +0000)
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.

src/Makefile.am

index 8d65294..dff2a1b 100644 (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)