diff options
author | Sven Neumann <sven@gimp.org> | 2001-03-15 05:59:03 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2001-03-15 05:59:03 +0000 |
commit | 4133033f2fc761441cc14b5aaf602a749db8fd1a (patch) | |
tree | 367c9d5e37747bc028548642a41f5f02d7ace8fe /modules/tamil | |
parent | 2ebe73ff42ea4cf55421d1a28f6cd1ef32aaa632 (diff) | |
download | pango-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/tamil')
-rw-r--r-- | modules/tamil/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/tamil/Makefile.am b/modules/tamil/Makefile.am index fe8dd5b6..fc84f81c 100644 --- a/modules/tamil/Makefile.am +++ b/modules/tamil/Makefile.am @@ -2,6 +2,7 @@ sources = tamil-x.c taconv.c taconv.h tadefs.h +if HAVE_X if INCLUDE_TAMIL_X noinst_LTLIBRARIES = libpango-tamil-x.la moddefine = -DX_MODULE_PREFIX @@ -10,6 +11,7 @@ moduledir = $(libdir)/pango/modules module_LTLIBRARIES = pango-tamil-x.la moduleflags=-rpath $(libdir) endif +endif INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/pango/ $(moddefine) $(X_CFLAGS) |