gimp r26721 - in trunk: . plug-ins/twain



Author: neo
Date: Sat Aug 23 10:30:37 2008
New Revision: 26721
URL: http://svn.gnome.org/viewvc/gimp?rev=26721&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/plug-ins/twain/Makefile.am

Modified: trunk/plug-ins/twain/Makefile.am
==============================================================================
--- trunk/plug-ins/twain/Makefile.am	(original)
+++ trunk/plug-ins/twain/Makefile.am	Sat Aug 23 10:30:37 2008
@@ -14,8 +14,7 @@
 
 
 if OS_WIN32
-twain_LDFLAGS = -mwindows
-winlink = -luser32
+twain_LDFLAGS = -mwindows -luser32
 
 twainplatform = tw_win.c
 endif
@@ -31,8 +30,6 @@
 endif
 
 
-AM_LDFLAGS = $(winlink)
-
 twain_SOURCES = \
 	tw_func.c	\
 	tw_func.h	\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]