summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2007-01-31 00:41:43 +0000
committerTor Lillqvist <tml@src.gnome.org>2007-01-31 00:41:43 +0000
commit0cd2563446cc689a28fd45d599f772d7d8490abc (patch)
tree80088960fa39b3092b89169061efef591f5241f7
parentf7ee9bbd71abd8f7a5a11361129e1ebb11189e0d (diff)
downloadpango-0cd2563446cc689a28fd45d599f772d7d8490abc.tar.gz
Use pangocairo.def only on Win32, not Cygwin. (#402373, "paul")
2007-01-31 Tor Lillqvist <tml@novell.com> * pango/Makefile.am: Use pangocairo.def only on Win32, not Cygwin. (#402373, "paul") svn path=/trunk/; revision=2192
-rw-r--r--ChangeLog5
-rw-r--r--pango/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2336e030..965e610f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-31 Tor Lillqvist <tml@novell.com>
+
+ * pango/Makefile.am: Use pangocairo.def only on Win32, not
+ Cygwin. (#402373, "paul")
+
2007-01-30 Tor Lillqvist <tml@novell.com>
* pango-zip.sh.in: Include also the COPYING file in the zipfiles.
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 9961d04d..07c9a1c2 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -273,8 +273,10 @@ libpangocairo_1_0_la_SOURCES = \
pangocairo-private.h
if HAVE_CAIRO_WIN32
+if OS_WIN32
libpangocairo_1_0_la_LDFLAGS += -export-symbols $(srcdir)/pangocairo.def
libpangocairo_1_0_la_DEPENDENCIES += pangocairo.def
+endif
libpangocairo_1_0_la_LIBADD += libpangowin32-$(PANGO_API_VERSION).la $(WIN32_LIBS)
libpangocairo_1_0_la_DEPENDENCIES += libpangowin32-$(PANGO_API_VERSION).la