removed the "truly ugly hack"...
2003-02-03 Michael Natterer <mitch@gimp.org> * app/display/Makefile.am: removed the "truly ugly hack"... * app/Makefile.am: ...and changed the linking order instead. * app/base/Makefile.am * app/core/Makefile.am * app/paint/Makefile.am * app/widgets/Makefile.am: fixed typo.
This commit is contained in:

committed by
Michael Natterer

parent
2db2ef6185
commit
f7a911173f
13
ChangeLog
13
ChangeLog
@ -1,3 +1,14 @@
|
||||
2003-02-03 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/display/Makefile.am: removed the "truly ugly hack"...
|
||||
|
||||
* app/Makefile.am: ...and changed the linking order instead.
|
||||
|
||||
* app/base/Makefile.am
|
||||
* app/core/Makefile.am
|
||||
* app/paint/Makefile.am
|
||||
* app/widgets/Makefile.am: fixed typo.
|
||||
|
||||
2003-02-03 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/core/gimp.[ch]: removed gimp_main_loop() and
|
||||
@ -33,7 +44,7 @@
|
||||
message handlers and kill the plug-in if it misbehaves. Cleanup.
|
||||
|
||||
* app/plug-in/plug-in-progress.c (plug_in_progress_cancel): if the
|
||||
plug-in runs synchronous, provide a GIMP_PDB_CANCEL return value
|
||||
plug-in runs synchronously, provide a GIMP_PDB_CANCEL return value
|
||||
so we don't see error messages about the "failed" procedure.
|
||||
|
||||
* app/plug-in/plug-in-run.c: removed plug_in_push,pop() stuff.
|
||||
|
@ -109,6 +109,7 @@ INCLUDES = \
|
||||
|
||||
gimp_1_3_LDADD = \
|
||||
$(gimp_exp) \
|
||||
config/libappconfig.a \
|
||||
gui/libappgui.a \
|
||||
display/libappdisplay.a \
|
||||
tools/libapptools.a \
|
||||
@ -121,7 +122,6 @@ gimp_1_3_LDADD = \
|
||||
xcf/libappxcf.a \
|
||||
file/libappfile.a \
|
||||
plug-in/libappplug-in.a \
|
||||
config/libappconfig.a \
|
||||
paint-funcs/libapppaint-funcs.a \
|
||||
base/libappbase.a \
|
||||
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
|
||||
|
@ -78,7 +78,7 @@ EXTRA_DIST = makefile.msc
|
||||
#
|
||||
# rules to generate built sources
|
||||
#
|
||||
# setup autogeneration dependancies
|
||||
# setup autogeneration dependencies
|
||||
gen_sources = xgen-bec
|
||||
CLEANFILES = $(gen_sources)
|
||||
|
||||
|
@ -178,7 +178,7 @@ EXTRA_DIST = \
|
||||
#
|
||||
# rules to generate built sources
|
||||
#
|
||||
# setup autogeneration dependancies
|
||||
# setup autogeneration dependencies
|
||||
gen_sources = xgen-gmh xgen-gmc xgen-cec
|
||||
CLEANFILES = $(gen_sources)
|
||||
|
||||
|
@ -66,13 +66,10 @@ libappdisplay_a_SOURCES = \
|
||||
$(libappdisplay_a_built_sources) \
|
||||
$(libappdisplay_a_sources)
|
||||
|
||||
## This is a truly ugly hack
|
||||
libappdisplay_a_LIBADD = ../gui/plug-in-menus.o ../config/gimpdisplayconfig.o
|
||||
|
||||
#
|
||||
# rules to generate built sources
|
||||
#
|
||||
# setup autogeneration dependancies
|
||||
# setup autogeneration dependencies
|
||||
gen_sources = xgen-dec
|
||||
CLEANFILES = $(gen_sources)
|
||||
|
||||
|
@ -48,7 +48,7 @@ INCLUDES = \
|
||||
#
|
||||
# rules to generate built sources
|
||||
#
|
||||
# setup autogeneration dependancies
|
||||
# setup autogeneration dependencies
|
||||
gen_sources = xgen-pec
|
||||
CLEANFILES = $(gen_sources)
|
||||
|
||||
|
@ -174,7 +174,7 @@ libappwidgets_a_SOURCES = \
|
||||
#
|
||||
# rules to generate built sources
|
||||
#
|
||||
# setup autogeneration dependancies
|
||||
# setup autogeneration dependencies
|
||||
gen_sources = xgen-wec
|
||||
CLEANFILES = $(gen_sources)
|
||||
|
||||
|
Reference in New Issue
Block a user