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/hangul | |
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/hangul')
-rw-r--r-- | modules/hangul/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hangul/Makefile.am b/modules/hangul/Makefile.am index a2d9f424..e82c1a17 100644 --- a/modules/hangul/Makefile.am +++ b/modules/hangul/Makefile.am @@ -2,6 +2,7 @@ sources = hangul-x.c +if HAVE_X if INCLUDE_HANGUL_X noinst_LTLIBRARIES = libpango-hangul-x.la moddefine = -DX_MODULE_PREFIX @@ -10,6 +11,7 @@ moduledir = $(libdir)/pango/modules module_LTLIBRARIES = pango-hangul-x.la moduleflags= -rpath $(libdir) endif +endif INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/pango/ $(moddefine) $(X_CFLAGS) |