From 59d1e39f888107431975300e2b6b2452ff737f45 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 7 Jan 2007 03:29:05 +0000 Subject: Fix build on Win32 outside srcdir. (#392789, J. Ali Harlow) 2007-01-07 Tor Lillqvist * modules/basic/Makefile.am: Fix build on Win32 outside srcdir. (#392789, J. Ali Harlow) svn path=/trunk/; revision=2128 --- ChangeLog | 5 +++++ modules/basic/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 85aa8d5a..3947b5dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-07 Tor Lillqvist + + * modules/basic/Makefile.am: Fix build on Win32 outside + srcdir. (#392789, J. Ali Harlow) + 2007-01-04 Behdad Esfahbod * 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) -- cgit v1.2.1