app/Makefile.am removed.

2001-05-10  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/asupsample.[ch]: removed.

	* app/core/Makefile.am
	* app/core/core-types.h
	* app/tools/Makefile.am
	* app/tools/tools-types.h: new files.

	* app/tools/gimptoolinfo.[ch]: removed.
	* app/core/gimptoolinfo.[ch]: added here.

	* libgimp/Makefile.am
	* libgimp/gimp.h
	* libgimp/gimpadaptivesupersample.[ch]
	* libgimp/gimpbilinear.[ch]: removed here...

	* libgimpcolor/Makefile.am
	* libgimpcolor/gimpcolortypes.h
	* libgimpcolor/gimpadaptivesupersample.[ch]
	* libgimpcolor/gimpbilinear.[ch]: ..and added here.

	* tools/pdbgen/app.pl
	* tools/pdbgen/pdb/paths.pdb

	* app/*.c: changed tons of #include's
This commit is contained in:
Michael Natterer
2001-05-09 22:34:59 +00:00
committed by Michael Natterer
parent c69de20f03
commit d1022c34b6
354 changed files with 953 additions and 2258 deletions

View File

@ -35,7 +35,7 @@
#include "libgimpwidgets/gimpwidgets.h"
#include "apptypes.h"
#include "core/core-types.h"
#include "core/gimplist.h"
@ -217,8 +217,8 @@ module_db_init (void)
modules = gimp_list_new (MODULE_INFO_TYPE, GIMP_CONTAINER_POLICY_WEAK);
if (g_module_supported ())
datafiles_read_directories (module_path, 0 /* no flags */,
module_initialize, NULL);
gimp_datafiles_read_directories (module_path, 0 /* no flags */,
module_initialize, NULL);
#ifdef DUMP_DB
gimp_container_foreach (modules, print_module_info, NULL);
#endif
@ -1135,8 +1135,8 @@ browser_refresh_callback (GtkWidget *widget,
kill_list = NULL;
/* walk filesystem and add new things we find */
datafiles_read_directories (module_path, 0 /* no flags */,
module_initialize, NULL);
gimp_datafiles_read_directories (module_path, 0 /* no flags */,
module_initialize, NULL);
}