summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-08-27 22:44:05 +0000
committerTor Lillqvist <tml@src.gnome.org>2006-08-27 22:44:05 +0000
commit5c41b4608ac6835543b00aaa367d371d11f7e37f (patch)
tree2d3f2f81ad2e6ce5733b5e15018e9222a74522bf
parentcde28176f2c1ae9b805b9f05d01dea804423d336 (diff)
downloadpango-5c41b4608ac6835543b00aaa367d371d11f7e37f.tar.gz
Have basic-win32.c instead of basic-win32.lo depend on usp10.h so things
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.
-rw-r--r--ChangeLog6
-rw-r--r--modules/basic/Makefile.am3
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a8fc67a7..c1552642 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..fec2eb38 100644
--- a/modules/basic/Makefile.am
+++ b/modules/basic/Makefile.am
@@ -53,8 +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)
cp $(USP10_H) usp10.h