[gimp] app: forgot to change the actual binary to 2.8
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: forgot to change the actual binary to 2.8
- Date: Sat, 24 Mar 2012 18:42:57 +0000 (UTC)
commit c3230a7a2fd3b9b2251bc37cd1094259d998f7b3
Author: Michael Natterer <mitch gimp org>
Date: Sat Mar 24 19:42:34 2012 +0100
app: forgot to change the actual binary to 2.8
app/Makefile.am | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index 09a2209..7cdad79 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -40,9 +40,9 @@ SUBDIRS = \
noinst_LIBRARIES = libapp.a
if ENABLE_GIMP_CONSOLE
-bin_PROGRAMS = gimp-2.7 gimp-console-2.7
+bin_PROGRAMS = gimp-2.8 gimp-console-2.8
else
-bin_PROGRAMS = gimp-2.7
+bin_PROGRAMS = gimp-2.8
endif
libapp_sources = \
@@ -86,7 +86,7 @@ $(srcdir)/version.c: git-version.h
libapp_a_SOURCES = $(libapp_sources) $(libapp_generated_sources)
-gimp_2_7_SOURCES = $(libapp_sources) main.c
+gimp_2_8_SOURCES = $(libapp_sources) main.c
if OS_WIN32
@@ -180,9 +180,9 @@ gimpconsoleldadd = \
$(INTLLIBS) \
$(RT_LIBS)
-gimp_2_7_LDFLAGS = $(AM_LDFLAGS) $(win32_ldflags)
+gimp_2_8_LDFLAGS = $(AM_LDFLAGS) $(win32_ldflags)
-gimp_2_7_LDADD = \
+gimp_2_8_LDADD = \
gui/libappgui.a \
menus/libappmenus.a \
actions/libappactions.a \
@@ -199,13 +199,13 @@ gimp_2_7_LDADD = \
if ENABLE_GIMP_CONSOLE
-gimp_console_2_7_SOURCES = $(libapp_sources) main.c
+gimp_console_2_8_SOURCES = $(libapp_sources) main.c
-gimp_console_2_7_CPPFLAGS = \
+gimp_console_2_8_CPPFLAGS = \
$(AM_CPPFLAGS) \
-DGIMP_CONSOLE_COMPILATION
-gimp_console_2_7_LDADD = \
+gimp_console_2_8_LDADD = \
$(gimpconsoleldadd) \
$(GIMPCONSOLERC)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]