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.
pull/1/head
Behdad Esfahbod 19 years ago committed by Behdad Esfahbod
parent ffb2d5c1e7
commit 52481a5c55
  1. 4
      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)

Loading…
Cancel
Save