summaryrefslogtreecommitdiff
path: root/modules/thai
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-13 19:03:39 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-13 19:03:39 +0000
commit55c263e39be388808c7bd6d275c847449b57a3a1 (patch)
treea3547dd07c984d19f943304c3c6bd394dfea78d1 /modules/thai
parent74565226a4312f72192773bcaca97409ca4c2954 (diff)
downloadpango-55c263e39be388808c7bd6d275c847449b57a3a1.tar.gz
Pass 1.6 and gnu options to automake.
2006-02-13 Behdad Esfahbod <behdad@gnome.org> * configure.in: Pass 1.6 and gnu options to automake. * modules/Makefile.am: Distribute Module.mk. * modules/Module.mk: Common bits for writing module Makefil.am's. * modules/*/Makefile.am: Include Module.mk instead of copying common bits.
Diffstat (limited to 'modules/thai')
-rw-r--r--modules/thai/Makefile.am24
1 files changed, 1 insertions, 23 deletions
diff --git a/modules/thai/Makefile.am b/modules/thai/Makefile.am
index 252240a5..1b401357 100644
--- a/modules/thai/Makefile.am
+++ b/modules/thai/Makefile.am
@@ -1,23 +1,7 @@
-## Process this file with automake to create Makefile.in.
-
-pangolibs = $(top_builddir)/pango/libpango-$(PANGO_API_VERSION).la $(GLIB_LIBS)
-pangoft2libs = $(top_builddir)/pango/libpangoft2-$(PANGO_API_VERSION).la $(FREETYPE_LIBS) $(pangolibs)
-
-INCLUDES = \
- -DG_LOG_DOMAIN=\"Pango\" \
- -DPANGO_ENABLE_ENGINE \
- $(PANGO_DEBUG_FLAGS) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/pango \
- $(GLIB_CFLAGS)
-
-moduledir = $(libdir)/pango/$(PANGO_MODULE_VERSION)/modules
-module_LTLIBRARIES =
-noinst_LTLIBRARIES =
+include $(top_srcdir)/modules/Module.mk
common_sources = thai-charprop.c thai-charprop.h thai-shaper.c thai-shaper.h
-
if HAVE_FREETYPE
INCLUDES += $(FREETYPE_CFLAGS)
if INCLUDE_THAI_FC
@@ -36,9 +20,3 @@ pango_thai_fc_la_LIBADD = $(pangoft2libs)
pango_thai_fc_la_SOURCES = $(thai_fc_sources)
libpango_thai_fc_la_SOURCES = $(thai_fc_sources)
libpango_thai_fc_la_CFLAGS = -DPANGO_MODULE_PREFIX=_pango_thai_fc
-
-
-included-modules: $(noinst_LTLIBRARIES)
-dynamic-modules: $(module_LTLIBRARIES)
-
-.PHONY: included-modules dynamic-modules