summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-02-12 21:47:15 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-02-12 21:47:15 +0000
commit9cdf80a5514656d6d3978b44a748878a1fa8df4c (patch)
treedb151b833f415fe219403b6a8c87e9ee676c0067 /modules
parentac21d7739432f185d475373d66f4424153852aec (diff)
downloadpango-9cdf80a5514656d6d3978b44a748878a1fa8df4c.tar.gz
Fix typo where xft_sources was used again. (#105219, Chris Ross)
Wed Feb 12 16:41:03 2003 Owen Taylor <otaylor@redhat.com> * modules/hangul/Makefile.am (libpango_hangul_x_la_SOURCES): Fix typo where xft_sources was used again. (#105219, Chris Ross)
Diffstat (limited to 'modules')
-rw-r--r--modules/hangul/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hangul/Makefile.am b/modules/hangul/Makefile.am
index 1ca234c7..37d8e04a 100644
--- a/modules/hangul/Makefile.am
+++ b/modules/hangul/Makefile.am
@@ -62,7 +62,7 @@ pango_hangul_x_la_LDFLAGS = -export-dynamic -avoid-version -module
pango_hangul_x_la_SOURCES = $(x_sources)
pango_hangul_x_la_LIBADD = $(hangul_x_libadd)
-libpango_hangul_x_la_SOURCES = $(xft_sources)
+libpango_hangul_x_la_SOURCES = $(x_sources)
pango_hangul_xft_la_LDFLAGS = -export-dynamic -avoid-version -module
pango_hangul_xft_la_LIBADD = $(hangul_xft_libadd)