don't assume that global AM_LDFLAGS and per-target LD_FLAGS would sum up

2008-02-26  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am (gimp_2_5_LDFLAGS): don't assume that global
	AM_LDFLAGS and per-target LD_FLAGS would sum up and explicitly 
add
	AM_LDFLAGS to gimp_2_5_LDFLAGS.


svn path=/trunk/; revision=24987
This commit is contained in:
Sven Neumann
2008-02-26 21:20:48 +00:00
committed by Sven Neumann
parent f1a7ab78c0
commit 682c55451c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-02-26 Sven Neumann <sven@gimp.org>
* app/Makefile.am (gimp_2_5_LDFLAGS): don't assume that global
AM_LDFLAGS and per-target LD_FLAGS would sum up and explicitly add
AM_LDFLAGS to gimp_2_5_LDFLAGS.
2008-02-26 Sven Neumann <sven@gimp.org>
* plug-ins/print/print.h (struct PrintData): removed unused field.

View File

@ -97,7 +97,7 @@ AM_LDFLAGS = $(munix) \
-u $(SYMPREFIX)gimp_coords_mix \
-u $(SYMPREFIX)gimp_plug_in_manager_restore
gimp_2_5_LDFLAGS = $(mwindows)
gimp_2_5_LDFLAGS = $(AM_LDFLAGS) $(mwindows)
gimp_2_5_LDADD = \
gui/libappgui.a \