gimp r25682 - in trunk: . plug-ins/twain
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25682 - in trunk: . plug-ins/twain
- Date: Sat, 17 May 2008 03:58:22 +0100 (BST)
Author: mitch
Date: Sat May 17 02:58:21 2008
New Revision: 25682
URL: http://svn.gnome.org/viewvc/gimp?rev=25682&view=rev
Log:
2008-05-17 Michael Natterer <mitch gimp org>
* plug-ins/twain/Makefile.am: add -framework options to
twain_LDFLAGS instead of AM_LDFLAGS to make whatever layer/version
of autofoo happy on all macs.
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 May 17 02:58:21 2008
@@ -22,7 +22,7 @@
if HAVE_MAC_TWAIN
-maclink = -framework Carbon -framework TWAIN
+twain_LDFLAGS = -framework Carbon -framework TWAIN
twainplatform = tw_mac.c
@@ -31,7 +31,7 @@
endif
-AM_LDFLAGS = $(winlink) $(maclink)
+AM_LDFLAGS = $(winlink)
twain_SOURCES = \
tw_func.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]