summaryrefslogtreecommitdiffstats
path: root/meta/packages/pango/pango-1.13.3/opentype-makefile.patch
blob: 9f68420bc59417714075cf9dca8add45d42d0957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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)