[gnumeric] win32: fix build problem.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] win32: fix build problem.
- Date: Wed, 28 Jul 2010 00:30:59 +0000 (UTC)
commit 75aa3e0cfe24cd5c4c638fb7edef6ae760d0320b
Author: Morten Welinder <terra gnome org>
Date: Tue Jul 27 20:30:13 2010 -0400
win32: fix build problem.
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 7c19592..4957b84 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -439,7 +439,7 @@ gnumeric-paths.h: Makefile
) >$@
if WITH_NATIVE_WIN32
-gnumeric_rc.o: gnumeric.rc gnumeric-config.h
+gnumeric_rc.o: gnumeric.rc ../gnumeric-config.h
$(WINDRES) -DVERSION=$(VERSION) -DVERSION_NUMBER=`echo $(VERSION).0.0.0 | sed 's/\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'` --include-dir $(srcdir) -i $< -o $@
install-exec-hook:
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]