summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2002-08-08 18:16:31 +0000
committerJacob Berkman <jberkman@src.gnome.org>2002-08-08 18:16:31 +0000
commitb07d4ab6bed1e3f3ade238e245152936e8ee7ab0 (patch)
tree80e348134e617be8e430a0ece141367106a39fe6 /modules
parent98eac557a5a828a324984f92540ced18b4fd3e14 (diff)
downloadpango-b07d4ab6bed1e3f3ade238e245152936e8ee7ab0.tar.gz
add hangul-defs.h so it gets disted
2002-08-08 jacob berkman <jacob@ximian.com> * modules/hangul/Makefile.am (xft_sources): add hangul-defs.h so it gets disted
Diffstat (limited to 'modules')
-rw-r--r--modules/hangul/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/hangul/Makefile.am b/modules/hangul/Makefile.am
index 46d0075f..b9aa17a8 100644
--- a/modules/hangul/Makefile.am
+++ b/modules/hangul/Makefile.am
@@ -5,8 +5,8 @@ pangoxlibs = $(top_builddir)/pango/libpangox-$(PANGO_API_VERSION).la $(X_LIBS) $
pangoxftlibs = $(top_builddir)/pango/libpangoxft-$(PANGO_API_VERSION).la $(XFT_LIBS) $(pangolibs)
pangoft2libs = $(top_builddir)/pango/libpangoft2-$(PANGO_API_VERSION).la $(FREETYPE_LIBS) $(pangolibs)
-x_sources = hangul-x.c
-xft_sources = hangul-xft.c
+x_sources = hangul-x.c hangul-defs.h
+xft_sources = hangul-xft.c hangul-defs.h
if HAVE_XFT
if INCLUDE_HANGUL_XFT