summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-09-25 19:05:24 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-09-25 19:05:24 +0000
commit34905f85fc474a6ec171829315a08204a6079610 (patch)
tree5741aa362e7dd79d53b50fe1d0c2544250902329
parentd62cc58ce50c65d90bcd7a4a2b97c83d6854fc4d (diff)
downloadpango-34905f85fc474a6ec171829315a08204a6079610.tar.gz
INCLUDED_WIN32_MODULES was missing from a couple of places. (#93372)
2002-09-25 Tor Lillqvist <tml@iki.fi> * pango/Makefile.am: INCLUDED_WIN32_MODULES was missing from a couple of places. (#93372)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-25
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--pango/Makefile.am4
7 files changed, 32 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ab02ef6..c291713d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-25 Tor Lillqvist <tml@iki.fi>
+
+ * pango/Makefile.am: INCLUDED_WIN32_MODULES was missing from a
+ couple of places. (#93372)
+
2002-09-24 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32.c: Use PANGO_PIXELS macro throughout instead of
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 9ab02ef6..c291713d 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+2002-09-25 Tor Lillqvist <tml@iki.fi>
+
+ * pango/Makefile.am: INCLUDED_WIN32_MODULES was missing from a
+ couple of places. (#93372)
+
2002-09-24 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32.c: Use PANGO_PIXELS macro throughout instead of
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 9ab02ef6..c291713d 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,8 @@
+2002-09-25 Tor Lillqvist <tml@iki.fi>
+
+ * pango/Makefile.am: INCLUDED_WIN32_MODULES was missing from a
+ couple of places. (#93372)
+
2002-09-24 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32.c: Use PANGO_PIXELS macro throughout instead of
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 9ab02ef6..c291713d 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+2002-09-25 Tor Lillqvist <tml@iki.fi>
+
+ * pango/Makefile.am: INCLUDED_WIN32_MODULES was missing from a
+ couple of places. (#93372)
+
2002-09-24 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32.c: Use PANGO_PIXELS macro throughout instead of
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 9ab02ef6..c291713d 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+2002-09-25 Tor Lillqvist <tml@iki.fi>
+
+ * pango/Makefile.am: INCLUDED_WIN32_MODULES was missing from a
+ couple of places. (#93372)
+
2002-09-24 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32.c: Use PANGO_PIXELS macro throughout instead of
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 9ab02ef6..c291713d 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+2002-09-25 Tor Lillqvist <tml@iki.fi>
+
+ * pango/Makefile.am: INCLUDED_WIN32_MODULES was missing from a
+ couple of places. (#93372)
+
2002-09-24 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32.c: Use PANGO_PIXELS macro throughout instead of
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 8d28dcbb..4bc13b86 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -183,7 +183,7 @@ libpangowin32_1_0_la_LDFLAGS = -version-info $(LT_VERSION_INFO) \
$(GLIB_LIBS) \
$(no_undefined) $(pangowin32_export_symbols)
libpangowin32_1_0_la_LIBADD = libpango-$(PANGO_API_VERSION).la $(INCLUDED_WIN32_MODULES) $(WIN32_LIBS) $(pangowin32_win32res)
-libpangowin32_1_0_la_DEPENDENCIES = libpango-$(PANGO_API_VERSION).la $(pangowin32_win32res)
+libpangowin32_1_0_la_DEPENDENCIES = $(INCLUDED_WIN32_MODULES) libpango-$(PANGO_API_VERSION).la $(pangowin32_win32res)
pangowin32-win32res.lo : pangowin32.rc
$(top_srcdir)/../glib/build/win32/lt-compile-resource pangowin32.rc pangowin32-win32res.lo
@@ -314,7 +314,7 @@ if HAVE_INCLUDED_MODULES
included-modules:
@cd $(top_builddir)/modules && $(MAKE) $(AM_MAKEFLAGS) included-modules
-$(INCLUDED_X_MODULES) $(INCLUDED_XFT_MODULES) $(INCLUDED_FT2_MODULES): included-modules
+$(INCLUDED_X_MODULES) $(INCLUDED_XFT_MODULES) $(INCLUDED_FT2_MODULES) $(INCLUDED_WIN32_MODULES): included-modules
@true
.PHONY: included-modules