summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2007-01-07 03:29:05 +0000
committerTor Lillqvist <tml@src.gnome.org>2007-01-07 03:29:05 +0000
commit59d1e39f888107431975300e2b6b2452ff737f45 (patch)
tree3924590077413b7c0f703c5ccc1be521f78b5b42
parent8780973d8990a937b7225dad3fb8c91717aaf20a (diff)
downloadpango-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--ChangeLog5
-rw-r--r--modules/basic/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85aa8d5a..3947b5dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)