mirror of https://github.com/GNOME/gimp.git
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:
parent
c1ab97ec4b
commit
d270b23a32
|
@ -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
|
||||
|
|
|
@ -40,12 +40,12 @@ INCLUDES = \
|
|||
-I$(includedir)
|
||||
|
||||
LDADD = \
|
||||
libgimpprocbrowser.a \
|
||||
$(libgimpui) \
|
||||
$(libgimpwidgets) \
|
||||
$(libgimp) \
|
||||
$(libgimpcolor) \
|
||||
$(libgimpbase) \
|
||||
libgimpprocbrowser.a \
|
||||
$(GTK_LIBS) \
|
||||
$(RT_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue