plug-ins/common/mkgen.pl plug-ins/faxg3/Makefile.am

2005-12-05  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/mkgen.pl
	* plug-ins/faxg3/Makefile.am
	* plug-ins/help/Makefile.am
	* plug-ins/metadata/Makefile.am: workaround for libtool brokeness
	on Linux (bug #314513 and bug #323085)

	* plug-ins/common/Makefile.am: regenerated.
This commit is contained in:
Sven Neumann 2005-12-05 11:54:02 +00:00 committed by Sven Neumann
parent 12af3f0602
commit e71e2cee4b
6 changed files with 33 additions and 0 deletions

View File

@ -1,3 +1,13 @@
2005-12-05 Sven Neumann <sven@gimp.org>
* plug-ins/common/mkgen.pl
* plug-ins/faxg3/Makefile.am
* plug-ins/help/Makefile.am
* plug-ins/metadata/Makefile.am: workaround for libtool brokeness
on Linux (bug #314513 and bug #323085)
* plug-ins/common/Makefile.am: regenerated.
2005-12-02 Sven Neumann <sven@gimp.org>
* plug-ins/uri/uri-backend-wget.c (uri_backend_load_image): added

View File

@ -301,6 +301,7 @@ animoptimize_SOURCES = \
animoptimize_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -327,6 +328,7 @@ autocrop_SOURCES = \
autocrop_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -338,6 +340,7 @@ autostretch_hsv_SOURCES = \
autostretch_hsv_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -364,6 +367,7 @@ blur_SOURCES = \
blur_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -405,6 +409,7 @@ c_astretch_SOURCES = \
c_astretch_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -536,6 +541,7 @@ compressor_SOURCES = \
compressor_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -937,6 +943,7 @@ gifload_SOURCES = \
gifload_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -978,6 +985,7 @@ glob_SOURCES = \
glob_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -1067,6 +1075,7 @@ guillotine_SOURCES = \
guillotine_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -1335,6 +1344,7 @@ normalize_SOURCES = \
normalize_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -1590,6 +1600,7 @@ psd_SOURCES = \
psd_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -1692,6 +1703,7 @@ rotate_SOURCES = \
rotate_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -1764,6 +1776,7 @@ semiflatten_SOURCES = \
semiflatten_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -2049,6 +2062,7 @@ tiler_SOURCES = \
tiler_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -2105,6 +2119,7 @@ vinvert_SOURCES = \
vinvert_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -2161,6 +2176,7 @@ webbrowser_SOURCES = \
webbrowser_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
@ -2282,6 +2298,7 @@ zealouscrop_SOURCES = \
zealouscrop_LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpmath) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \

View File

@ -116,6 +116,7 @@ foreach (sort keys %plugins) {
} else {
$libgimp .= "\$(libgimp)";
$libgimp .= "\t\t\\\n\t\$(libgimpcolor)";
$libgimp .= "\t\t\\\n\t\$(libgimpmath)";
$libgimp .= "\t\t\\\n\t\$(libgimpbase)";
}

View File

@ -33,6 +33,7 @@ LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpbase) \
$(libgimpmath) \
$(GLIB_LIBS) \
$(RT_LIBS) \
$(INTLLIBS)

View File

@ -3,6 +3,7 @@
libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la
libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la
libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la
libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la
if OS_WIN32
mwindows = -mwindows
@ -33,6 +34,7 @@ LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpbase) \
$(libgimpmath) \
$(GLIB_LIBS) \
$(RT_LIBS) \
$(INTLLIBS)

View File

@ -5,6 +5,7 @@ libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSIO
libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la
libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la
libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la
libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la
if OS_WIN32
mwindows = -mwindows
@ -58,6 +59,7 @@ LDADD = \
$(libgimp) \
$(libgimpcolor) \
$(libgimpbase) \
$(libgimpmath) \
$(GTK_LIBS) \
$(RT_LIBS) \
$(INTLLIBS)