Use $(GIMP_APP_VERSION) in resource object file name

This commit is contained in:
Michael Schumacher
2010-08-27 23:09:20 +02:00
parent f1266c2b0a
commit 90655d8744

View File

@ -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 = \