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:
@ -48,8 +48,8 @@ LDADD = \
|
|||||||
$(libgimpcolor) \
|
$(libgimpcolor) \
|
||||||
$(libgimpmath) \
|
$(libgimpmath) \
|
||||||
$(libgimpbase) \
|
$(libgimpbase) \
|
||||||
|
$(GTK_LIBS) \
|
||||||
$(PNG_LIBS) \
|
$(PNG_LIBS) \
|
||||||
$(GTK_LIBS) \
|
|
||||||
$(RT_LIBS) \
|
$(RT_LIBS) \
|
||||||
$(INTLLIBS) \
|
$(INTLLIBS) \
|
||||||
$(file_ico_RC)
|
$(file_ico_RC)
|
||||||
|
Reference in New Issue
Block a user