summaryrefslogtreecommitdiff
path: root/modules/arabic
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-02-07 01:27:39 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-02-07 01:27:39 +0000
commit086c5d631cc7949d152415505012c88cce1c9ec8 (patch)
tree5eb50d6385083294445849cf47d6eab3b7d3c08e /modules/arabic
parent1858a68664742dea972e8ef22f4bdc220cdfa7c5 (diff)
downloadpango-086c5d631cc7949d152415505012c88cce1c9ec8.tar.gz
Accept also outfile name on command line, fopen it separately then. Needed
2002-02-07 Tor Lillqvist <tml@iki.fi> * examples/pangoft2topgm.c (main): Accept also outfile name on command line, fopen it separately then. Needed on Windows where stdout is in text mode. * modules/arabic/Makefile.am * modules/hebrew/Makefile.am: Use -no-undefined on Windows, otherwise libtool won't produce DLLs, and there will be no such to install
Diffstat (limited to 'modules/arabic')
-rw-r--r--modules/arabic/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/arabic/Makefile.am b/modules/arabic/Makefile.am
index 2c513133..a35a90af 100644
--- a/modules/arabic/Makefile.am
+++ b/modules/arabic/Makefile.am
@@ -77,6 +77,10 @@ FT2_INCLUDED=
FT2_PREFIX=
endif
+if PLATFORM_WIN32
+no_undefined = -no-undefined
+endif
+
noinst_LTLIBRARIES = $(X_INCLUDED) $(XFT_INCLUDED) $(FT2_INCLUDED)
module_LTLIBRARIES = $(X_MODULES) $(XFT_MODULES) $(FT2_MODULES)
moddefine = $(X_PREFIX) $(XFT_PREFIX) $(FT2_PREFIX)
@@ -96,7 +100,7 @@ pango_arabic_xft_la_SOURCES = $(xft_sources)
libpango_arabic_xft_la_SOURCES = $(xft_sources)
-pango_arabic_ft2_la_LDFLAGS = -export-dynamic -avoid-version -module
+pango_arabic_ft2_la_LDFLAGS = -export-dynamic -avoid-version -module $(no_undefined)
pango_arabic_ft2_la_LIBADD = $(arabic_ft2_libadd)
pango_arabic_ft2_la_SOURCES = $(ft2_sources)