[gimp/gtk3-port: 103/251] 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: 103/251] app: build binaries with version number 2.99
- Date: Mon, 28 Mar 2011 19:31:24 +0000 (UTC)
commit a1790c45630a535057ee20705132e58d0a44fc90
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 8b5a4a1..8f674e9 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 = \
@@ -84,7 +84,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 = \
@@ -182,9 +182,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 \
@@ -201,13 +201,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]