[gimp] Fix link error when newer versions of required libs are installed locally
- From: Kevin Cozens <kcozens src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Fix link error when newer versions of required libs are installed locally
- Date: Thu, 22 Dec 2011 17:38:10 +0000 (UTC)
commit 15d0b4fa379f6b7060ab4adfd1fe8b56f7a4261a
Author: Kevin Cozens <kcozens svn gnome org>
Date: Wed Dec 14 12:08:38 2011 -0500
Fix link error when newer versions of required libs are installed locally
Fixes order of directories specified by -L's so the ones containing newer
glib/gtk will be searched before directories with the older libraries.
plug-ins/file-ico/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/file-ico/Makefile.am b/plug-ins/file-ico/Makefile.am
index 9301c53..3711e0f 100644
--- a/plug-ins/file-ico/Makefile.am
+++ b/plug-ins/file-ico/Makefile.am
@@ -48,8 +48,8 @@ LDADD = \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
+ $(GTK_LIBS) \
$(PNG_LIBS) \
- $(GTK_LIBS) \
$(RT_LIBS) \
$(INTLLIBS) \
$(file_ico_RC)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]