dropped use of AM_LDFLAGS completely and use target-specific LDFLAGS

2008-08-23  Sven Neumann  <sven@gimp.org>

	* plug-ins/twain/Makefile.am: dropped use of AM_LDFLAGS 
completely
	and use target-specific LDFLAGS instead.


svn path=/trunk/; revision=26721
This commit is contained in:
Sven Neumann 2008-08-23 10:30:37 +00:00 committed by Sven Neumann
parent 41fef08ad7
commit ebea1b5ada
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2008-08-23 Sven Neumann <sven@gimp.org>
* plug-ins/twain/Makefile.am: dropped use of AM_LDFLAGS completely
and use target-specific LDFLAGS instead.
2008-08-23 Sven Neumann <sven@gimp.org>
* app/core/gimpimagemap.c (gimp_image_map_init): only create and

View File

@ -14,8 +14,7 @@ libexec_PROGRAMS = twain
if OS_WIN32
twain_LDFLAGS = -mwindows
winlink = -luser32
twain_LDFLAGS = -mwindows -luser32
twainplatform = tw_win.c
endif
@ -31,8 +30,6 @@ twaindata_DATA = gimp-twain.png
endif
AM_LDFLAGS = $(winlink)
twain_SOURCES = \
tw_func.c \
tw_func.h \