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:
parent
ffb2d5c1e7
commit
52481a5c55
|
@ -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…
Reference in New Issue