summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--modules/basic/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fc4203f8..db1c8588 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-28 Tor Lillqvist <tml@novell.com>
+
+ * modules/basic/Makefile.am: Have basic-win32.c instead of
+ basic-win32.lo depend on usp10.h so things work out also in case
+ the basic-win32 module is compiled in.
+
2006-08-26 Behdad Esfahbod <behdad@gnome.org>
Bug 349813 – typo in docs for pango_layout_move_cursor_visually
diff --git a/modules/basic/Makefile.am b/modules/basic/Makefile.am
index 422360ed..6b5878a7 100644
--- a/modules/basic/Makefile.am
+++ b/modules/basic/Makefile.am
@@ -53,7 +53,7 @@ libpango_basic_win32_la_SOURCES = basic-win32.c
libpango_basic_win32_la_CFLAGS = -DPANGO_MODULE_PREFIX=_pango_basic_win32
if HAVE_USP10_H
-basic-win32.lo: usp10.h
+basic-win32.c: usp10.h
# Do it like this to avoid getting other headers from where usp10.h is
usp10.h: $(USP10_H)