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:

committed by
Sven Neumann

parent
f1a7ab78c0
commit
682c55451c
@ -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.
|
||||
|
@ -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 \
|
||||
|
Reference in New Issue
Block a user