Update Pango 1.13.x to 1.13.5

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@789 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2006-10-08 14:55:15 +00:00
parent 16e5c3b377
commit 2b533ddbbb
2 changed files with 0 additions and 20 deletions

View File

@@ -1,20 +0,0 @@
--- pango/opentype/Makefile.am~ 2006-07-05 14:49:28.000000000 +0200
+++ pango/opentype/Makefile.am 2006-07-05 14:49:28.000000000 +0200
@@ -5,7 +5,7 @@
noinst_LTLIBRARIES = libharfbuzz-1.la
-SOURCES = \
+MAIN_SOURCES = \
ftglue.c \
harfbuzz-buffer.c \
harfbuzz-dump.c \
@@ -34,7 +34,7 @@
harfbuzz-open-private.h
libharfbuzz_1_la_SOURCES = \
- $(SOURCES) \
+ $(MAIN_SOURCES) \
$(PUBLICHEADERS) \
$(PRIVATEHEADERS)