summaryrefslogtreecommitdiff
path: root/modules/thai
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2001-03-15 05:59:03 +0000
committerSven Neumann <neo@src.gnome.org>2001-03-15 05:59:03 +0000
commit4133033f2fc761441cc14b5aaf602a749db8fd1a (patch)
tree367c9d5e37747bc028548642a41f5f02d7ace8fe /modules/thai
parent2ebe73ff42ea4cf55421d1a28f6cd1ef32aaa632 (diff)
downloadpango-4133033f2fc761441cc14b5aaf602a749db8fd1a.tar.gz
Makefile.am configure.in modules/*/Makefile.am make it compile without X
2001-03-15 Sven Neumann <sven@gimp.org> * Makefile.am * configure.in * modules/*/Makefile.am * pango/Makefile.am: make it compile without X headers
Diffstat (limited to 'modules/thai')
-rw-r--r--modules/thai/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/thai/Makefile.am b/modules/thai/Makefile.am
index 7be44adc..3b22ed78 100644
--- a/modules/thai/Makefile.am
+++ b/modules/thai/Makefile.am
@@ -2,6 +2,7 @@
sources = thai-x.c
+if HAVE_X
if INCLUDE_THAI_X
noinst_LTLIBRARIES = libpango-thai-x.la
moddefine = -DX_MODULE_PREFIX
@@ -10,6 +11,7 @@ moduledir = $(libdir)/pango/modules
module_LTLIBRARIES = pango-thai-x.la
moduleflags=-rpath $(libdir)
endif
+endif
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/pango/ $(moddefine) $(X_CFLAGS)