summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-02-12 21:47:24 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-02-12 21:47:24 +0000
commit67334ae81fc343e6e87e5afcfab1c0bbeaa646d6 (patch)
treec4d4a16e8277dc6fdb7c2ffedfb6a4c7409653a6 /modules
parentc92cbcedc62c93e1c86d23ac08781f2046ea9c58 (diff)
downloadpango-67334ae81fc343e6e87e5afcfab1c0bbeaa646d6.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)