removed the call to cpu_accel_print_results(); should have got enough

2003-10-21  Sven Neumann  <sven@gimp.org>

	* app/base/base.c (base_init): removed the call to
	cpu_accel_print_results(); should have got enough testing and
	gimp-composite outputs the same info anyway.

	* app/Makefile.am: link libappcomposite.a before libappbase.a.

	* app/config/Makefile.am (test_config_LDADD): it's not any longer
	needed to link the test against libappdisplay. and libappwidgets.a.
This commit is contained in:
Sven Neumann
2003-10-20 23:02:49 +00:00
committed by Sven Neumann
parent fb6e78d9d8
commit ba6d76119a
7 changed files with 27 additions and 6 deletions

View File

@ -1,3 +1,10 @@
2003-10-21 Sven Neumann <sven@gimp.org>
* app/Makefile.am: fixed linker order.
* app/app-docs.sgml
* app/app-sections.txt: updated.
2003-10-19 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml

View File

@ -86,8 +86,8 @@ GTKDOC_LIBS = \
$(top_builddir)/app/file/libappfile.a \
$(top_builddir)/app/plug-in/libappplug-in.a \
$(top_builddir)/app/paint-funcs/libapppaint-funcs.a \
$(top_builddir)/app/base/libappbase.a \
$(top_builddir)/app/composite/libappcomposite.a \
$(top_builddir)/app/base/libappbase.a \
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
$(top_builddir)/libgimpmath/libgimpmath-$(LT_RELEASE).la \
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \

View File

@ -665,6 +665,7 @@
<xi:include href="xml/gimphistogrambox.xml"/>
<xi:include href="xml/gimphistogramview.xml"/>
<xi:include href="xml/gimptexteditor.xml"/>
<xi:include href="xml/gimptooldialog.xml"/>
<xi:include href="xml/gimpviewablebutton.xml"/>
<xi:include href="xml/gimpviewabledialog.xml"/>
</chapter>

View File

@ -4496,6 +4496,12 @@ gimp_toolbox_color_area_create
gimp_toolbox_indicator_area_create
</SECTION>
<SECTION>
<FILE>gimptooldialog</FILE>
<TITLE>GimpToolDialog</TITLE>
gimp_tool_dialog_new
</SECTION>
<SECTION>
<FILE>gimpundoeditor</FILE>
<TITLE>GimpUndoEditor</TITLE>