plug-ins/helpbrowser/Makefile.am plug-ins/common/mkgen.pl changed link

2003-05-22  Sven Neumann  <sven@gimp.org>

	* plug-ins/helpbrowser/Makefile.am
	* plug-ins/common/mkgen.pl
	* plug-ins/common/Makefile.am: changed link order as suggested in
	bug #111351.
This commit is contained in:
Sven Neumann 2003-05-22 17:03:15 +00:00 committed by Sven Neumann
parent 99b371fca9
commit 5beeeeb978
4 changed files with 126 additions and 120 deletions

View File

@ -1,3 +1,10 @@
2003-05-22 Sven Neumann <sven@gimp.org>
* plug-ins/helpbrowser/Makefile.am
* plug-ins/common/mkgen.pl
* plug-ins/common/Makefile.am: changed link order as suggested in
bug #111351.
2003-05-22 Manish Singh <yosh@gimp.org>
* tools/pdbgen/pdb/fileops.pdb: convert filename to a uri for

File diff suppressed because it is too large Load Diff

View File

@ -85,11 +85,10 @@ foreach (sort keys %plugins) {
$libgimp .= "\$(top_builddir)/libgimp/libgimp-\$(LT_RELEASE).la";
if (exists $plugins{$_}->{ui}) {
$libgimp .= "\t\t\\\n\t$libgimp";
$libgimp =~ s/gimp-/gimpui-/;
$libgimp =~ s/gimp-/gimpui-/;
$libgimp .= "\t\t\\\n\t\$(top_builddir)/libgimpwidgets/libgimpwidgets-\$(LT_RELEASE).la";
$libgimp .= "\t\\\n\t\$(top_builddir)/libgimpcolor/libgimpcolor-\$(LT_RELEASE).la";
$libgimp .= "\t\\\n\t\$(top_builddir)/libgimp/libgimp-\$(LT_RELEASE).la";
$libgimp .= "\t\t\\\n\t\$(top_builddir)/libgimpcolor/libgimpcolor-\$(LT_RELEASE).la";
$libgimp .= "\t\\\n\t\$(top_builddir)/libgimpbase/libgimpbase-\$(LT_RELEASE).la";
} else {
$libgimp .= "\t\t\\\n\t\$(top_builddir)/libgimpcolor/libgimpcolor-\$(LT_RELEASE).la";

View File

@ -18,8 +18,8 @@ INCLUDES = \
LDADD = \
$(top_builddir)/libgimp/libgimpui-$(LT_RELEASE).la \
$(top_builddir)/libgimp/libgimp-$(LT_RELEASE).la \
$(top_builddir)/libgimpwidgets/libgimpwidgets-$(LT_RELEASE).la \
$(top_builddir)/libgimp/libgimp-$(LT_RELEASE).la \
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \
$(GTKHTML2_LIBS) \