gimp r27188 - in trunk: app docs tools
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27188 - in trunk: app docs tools
- Date: Thu, 9 Oct 2008 08:28:39 +0000 (UTC)
Author: mitch
Date: Thu Oct 9 08:28:39 2008
New Revision: 27188
URL: http://svn.gnome.org/viewvc/gimp?rev=27188&view=rev
Log:
2008-10-09 Michael Natterer <mitch gimp org>
* app/Makefile.am
* tools/Makefile.am: change 2.6 to 2.7 here too.
Modified:
trunk/app/ (props changed)
trunk/app/Makefile.am
trunk/docs/ (props changed)
trunk/tools/ (props changed)
trunk/tools/Makefile.am
Modified: trunk/app/Makefile.am
==============================================================================
--- trunk/app/Makefile.am (original)
+++ trunk/app/Makefile.am Thu Oct 9 08:28:39 2008
@@ -33,9 +33,9 @@
if ENABLE_GIMP_CONSOLE
-bin_PROGRAMS = gimp-2.6 gimp-console-2.6
+bin_PROGRAMS = gimp-2.7 gimp-console-2.7
else
-bin_PROGRAMS = gimp-2.6
+bin_PROGRAMS = gimp-2.7
endif
app_sources = \
@@ -59,7 +59,7 @@
gimp-log.h \
gimp-intl.h
-gimp_2_6_SOURCES = $(app_sources)
+gimp_2_7_SOURCES = $(app_sources)
EXTRA_DIST = \
@@ -102,9 +102,9 @@
-u $(SYMPREFIX)gimp_image_map_config_get_type \
-u $(SYMPREFIX)gimp_plug_in_manager_restore
-gimp_2_6_LDFLAGS = $(AM_LDFLAGS) $(win32_ldflags)
+gimp_2_7_LDFLAGS = $(AM_LDFLAGS) $(win32_ldflags)
-gimp_2_6_LDADD = \
+gimp_2_7_LDADD = \
gui/libappgui.a \
actions/libappactions.a \
dialogs/libappdialogs.a \
@@ -146,13 +146,13 @@
if ENABLE_GIMP_CONSOLE
-gimp_console_2_6_SOURCES = $(app_sources)
+gimp_console_2_7_SOURCES = $(app_sources)
-gimp_console_2_6_CPPFLAGS = \
+gimp_console_2_7_CPPFLAGS = \
$(AM_CPPFLAGS) \
-DGIMP_CONSOLE_COMPILATION
-gimp_console_2_6_LDADD = \
+gimp_console_2_7_LDADD = \
widgets/widgets-enums.o \
display/display-enums.o \
display/gimpdisplayoptions.o \
Modified: trunk/tools/Makefile.am
==============================================================================
--- trunk/tools/Makefile.am (original)
+++ trunk/tools/Makefile.am Thu Oct 9 08:28:39 2008
@@ -13,15 +13,15 @@
noinst_PROGRAMS = test-clipboard
EXTRA_PROGRAMS = \
- gimp-remote-2.6 \
+ gimp-remote-2.7 \
kernelgen
-gimp_remote_2_6_SOURCES = \
+gimp_remote_2_7_SOURCES = \
gimp-remote.c \
gimp-remote.h \
gimp-remote-x11.c
-gimp_remote_2_6_LDADD = \
+gimp_remote_2_7_LDADD = \
$(GTK_LIBS) \
$(XMU_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]