[gimp/gtk3-port: 85/235] app: build binaries with version number 2.99
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 85/235] app: build binaries with version number 2.99
- Date: Fri, 7 Oct 2011 11:03:16 +0000 (UTC)
commit 6bdaed23ed8bab3ea661ffe5f9568a0b7014027b
Author: Michael Natterer <mitch gimp org>
Date: Thu Oct 21 13:37:59 2010 +0200
app: build binaries with version number 2.99
app/Makefile.am | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index 7122989..82cf333 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.99 gimp-console-2.99
else
-bin_PROGRAMS = gimp-2.7
+bin_PROGRAMS = gimp-2.99
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_99_SOURCES = $(libapp_sources) main.c
EXTRA_DIST = \
@@ -184,9 +184,9 @@ gimpconsoleldadd = \
$(INTLLIBS) \
$(RT_LIBS)
-gimp_2_7_LDFLAGS = $(AM_LDFLAGS) $(win32_ldflags)
+gimp_2_99_LDFLAGS = $(AM_LDFLAGS) $(win32_ldflags)
-gimp_2_7_LDADD = \
+gimp_2_99_LDADD = \
gui/libappgui.a \
menus/libappmenus.a \
actions/libappactions.a \
@@ -203,13 +203,13 @@ gimp_2_7_LDADD = \
if ENABLE_GIMP_CONSOLE
-gimp_console_2_7_SOURCES = $(libapp_sources) main.c
+gimp_console_2_99_SOURCES = $(libapp_sources) main.c
-gimp_console_2_7_CPPFLAGS = \
+gimp_console_2_99_CPPFLAGS = \
$(AM_CPPFLAGS) \
-DGIMP_CONSOLE_COMPILATION
-gimp_console_2_7_LDADD = \
+gimp_console_2_99_LDADD = \
$(gimpconsoleldadd) \
$(GIMPCONSOLERC)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]