diff options
author | Tor Lillqvist <tml@novell.com> | 2007-01-07 03:29:05 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2007-01-07 03:29:05 +0000 |
commit | 59d1e39f888107431975300e2b6b2452ff737f45 (patch) | |
tree | 3924590077413b7c0f703c5ccc1be521f78b5b42 | |
parent | 8780973d8990a937b7225dad3fb8c91717aaf20a (diff) | |
download | pango-59d1e39f888107431975300e2b6b2452ff737f45.tar.gz |
Fix build on Win32 outside srcdir. (#392789, J. Ali Harlow)
2007-01-07 Tor Lillqvist <tml@novell.com>
* modules/basic/Makefile.am: Fix build on Win32 outside
srcdir. (#392789, J. Ali Harlow)
svn path=/trunk/; revision=2128
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | modules/basic/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-01-07 Tor Lillqvist <tml@novell.com> + + * modules/basic/Makefile.am: Fix build on Win32 outside + srcdir. (#392789, J. Ali Harlow) + 2007-01-04 Behdad Esfahbod <behdad@gnome.org> * pango/pango-utils.c: Improve docs, and mention diff --git a/modules/basic/Makefile.am b/modules/basic/Makefile.am index 6b5878a7..40fa7c8c 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.c: usp10.h +$(srcdir)/basic-win32.c: usp10.h # Do it like this to avoid getting other headers from where usp10.h is usp10.h: $(USP10_H) |