From 0bad90a02bba4f8fe098187b2f8a781ac4029fe6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 22 Jun 2006 18:09:04 +0000 Subject: =?UTF-8?q?Bug=20345600=20=E2=80=93=20cvs=20build=20error=20in=20p?= =?UTF-8?q?ango/opentype/Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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. --- ChangeLog | 7 +++++++ pango/opentype/Makefile.am | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 274a03fb..9a6f1ba3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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. + 2006-06-21 Behdad Esfahbod Bug 345511 – -no-undefined problem with new libtool diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am index 8d65294e..dff2a1b8 100644 --- a/pango/opentype/Makefile.am +++ b/pango/opentype/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) -- cgit v1.2.1