diff options
Diffstat (limited to 'modules/hebrew/Makefile.am')
-rw-r--r-- | modules/hebrew/Makefile.am | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/hebrew/Makefile.am b/modules/hebrew/Makefile.am new file mode 100644 index 00000000..ce925aec --- /dev/null +++ b/modules/hebrew/Makefile.am @@ -0,0 +1,23 @@ +## Process this file with automake to create Makefile.in. + +sources = hebrew-x.c + +if HAVE_X +if INCLUDE_HEBREW_X +noinst_LTLIBRARIES = libpango-hebrew-x.la +moddefine = -DX_MODULE_PREFIX +else +moduledir = $(libdir)/pango/modules +module_LTLIBRARIES = pango-hebrew-x.la +moduleflags=-rpath $(libdir) +endif +endif + +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/pango/ $(moddefine) $(X_CFLAGS) + +pango_hebrew_x_la_LDFLAGS = $(moduleflags) -export-dynamic -avoid-version -module +pango_hebrew_x_la_LIBADD = +pango_hebrew_x_la_SOURCES = $(sources) + +libpango_hebrew_x_la_SOURCES = $(sources) + |