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.
This commit is contained in:
Kevin Cozens
2011-12-14 12:08:38 -05:00
parent f1d31f244b
commit 15d0b4fa37

View File

@ -48,8 +48,8 @@ LDADD = \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GTK_LIBS) \
$(PNG_LIBS) \
$(GTK_LIBS) \
$(RT_LIBS) \
$(INTLLIBS) \
$(file_ico_RC)