[gimp] Use $(GIMP_APP_VERSION) in resource object file name



commit 90655d8744f154ba5fe38d8d1aa0a3126796267c
Author: Michael Schumacher <schumaml gmx de>
Date:   Fri Aug 27 23:09:20 2010 +0200

    Use $(GIMP_APP_VERSION) in resource object file name

 app/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index a09031b..8af86cb 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -97,8 +97,8 @@ endif
 
 if HAVE_WINDRES
 include $(top_srcdir)/build/windows/gimprc.rule
-GIMPRC = gimp.rc.o
-GIMPCONSOLERC = gimp-console.rc.o
+GIMPRC = gimp-$(GIMP_APP_VERSION).rc.o
+GIMPCONSOLERC = gimp-console-$(GIMP_APP_VERSION).rc.o
 endif
 
 AM_CPPFLAGS = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]