diff options
author | Tor Lillqvist <tml@novell.com> | 2006-08-27 22:47:38 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-08-27 22:47:38 +0000 |
commit | f2cf65d3525fbb5902df63d21bb658a97c0499b6 (patch) | |
tree | f82beaa26188e08e6db9f893bc5c5c368e1b72a4 | |
parent | bb8935ff5a9d906f9b554f72ab77d82bd2c89f9f (diff) | |
download | pango-f2cf65d3525fbb5902df63d21bb658a97c0499b6.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-- | ChangeLog | 6 | ||||
-rw-r--r-- | modules/basic/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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) |