summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2007-01-07 03:32:58 +0000
committerTor Lillqvist <tml@src.gnome.org>2007-01-07 03:32:58 +0000
commitd938d6264ef146ea0c71bdbb2eecd0d1fa285a70 (patch)
tree7f480dc58685df19d94735cf1573e0f37ce9714c
parent4f4e1748e219f431550a0a804c9d3fc4267e97ef (diff)
downloadpango-d938d6264ef146ea0c71bdbb2eecd0d1fa285a70.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=/branches/pango-1-14/; revision=2129
-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 bdc5363d..3e1e141a 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)
+
2006-12-19 Behdad Esfahbod <behdad@gnome.org>
Bug 326099 – Setting width, indentation and ellipsizing doesn't work
diff --git a/modules/basic/Makefile.am b/modules/basic/Makefile.am
index fec2eb38..028aa6d2 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)
cp $(USP10_H) usp10.h