plug-ins/dbbrowser/Makefile.am moved the libgimpprocbrowser to the

2004-10-03  Michael Schumacher <schumaml@gmx.de>

	* plug-ins/dbbrowser/Makefile.am
	* plug-ins/script-fu/Makefile.am: moved the libgimpprocbrowser to
	the beginning of LDADD
This commit is contained in:
Michael Schumacher 2004-10-03 17:49:18 +00:00 committed by Michael Schumacher
parent c1ab97ec4b
commit d270b23a32
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-10-03 Michael Schumacher <schumaml@gmx.de>
* plug-ins/dbbrowser/Makefile.am
* plug-ins/script-fu/Makefile.am: moved the libgimpprocbrowser to
the beginning of LDADD
2004-10-03 DindinX <dindinx@gimp.org>
* libgimp/gimpaspectpreview.c: limit the size of the preview to 512

View File

@ -40,12 +40,12 @@ INCLUDES = \
-I$(includedir)
LDADD = \
libgimpprocbrowser.a \
$(libgimpui) \
$(libgimpwidgets) \
$(libgimp) \
$(libgimpcolor) \
$(libgimpbase) \
libgimpprocbrowser.a \
$(GTK_LIBS) \
$(RT_LIBS) \
$(INTLLIBS)

View File

@ -52,12 +52,12 @@ REGEXREPL = $(top_builddir)/regexrepl/libregex.a
endif
LDADD = \
$(libgimpprocbrowser) \
$(libgimpui) \
$(libgimpwidgets) \
$(libgimp) \
$(libgimpcolor) \
$(libgimpbase) \
$(libgimpprocbrowser) \
siod/libsiod.a \
$(REGEXREPL) \
$(GTK_LIBS) \