[gimp/metadata-browser] Fix link error when newer versions of required libs are installed locally
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] Fix link error when newer versions of required libs are installed locally
- Date: Wed, 12 Sep 2012 22:29:38 +0000 (UTC)
commit 3818c10846d01f912422e8441247a9f9a193e721
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]