From 52481a5c55d466f41654dcdc67245d0ca8cefbcf Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 22 Jun 2006 18:09:04 +0000 Subject: [PATCH] =?utf8?q?Bug=20345600=20=E2=80=93=20cvs=20build=20error?= =?utf8?q?=20in=20pango/opentype/Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2006-06-22 Behdad Esfahbod 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 8d65294..dff2a1b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) -- 2.7.4