From f7f66d5db1f29adc4565729c727b46efb6671863 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 7 Feb 2007 16:19:40 +0000 Subject: [PATCH] fixed linking of app-scan. 2007-02-07 Sven Neumann * app/Makefile.am (GTKDOC_LIBS): fixed linking of app-scan. svn path=/trunk/; revision=21859 --- devel-docs/ChangeLog | 4 ++++ devel-docs/app/Makefile.am | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/devel-docs/ChangeLog b/devel-docs/ChangeLog index f722973708..c926a2c7c6 100644 --- a/devel-docs/ChangeLog +++ b/devel-docs/ChangeLog @@ -1,3 +1,7 @@ +2007-02-07 Sven Neumann + + * app/Makefile.am (GTKDOC_LIBS): fixed linking of app-scan. + 2007-01-12 Sven Neumann * libgimp/libgimp-sections.txt: added gimp_get_default_unit(). diff --git a/devel-docs/app/Makefile.am b/devel-docs/app/Makefile.am index 27223c0c63..547db83bf7 100644 --- a/devel-docs/app/Makefile.am +++ b/devel-docs/app/Makefile.am @@ -62,7 +62,9 @@ GTKDOC_CFLAGS = \ -I$(includedir) GTKDOC_LIBS = \ - -u $(SYMPREFIX)xcf_init -u $(SYMPREFIX)internal_procs_init \ + -u $(SYMPREFIX)xcf_init \ + -u $(SYMPREFIX)internal_procs_init \ + -u $(SYMPREFIX)gimp_coords_mix \ $(top_builddir)/app/app_procs.o \ $(top_builddir)/app/batch.o \ $(top_builddir)/app/errors.o \ @@ -80,8 +82,8 @@ GTKDOC_LIBS = \ $(top_builddir)/app/file/libappfile.a \ $(top_builddir)/app/plug-in/libappplug-in.a \ $(top_builddir)/app/pdb/libapppdb.a \ - $(top_builddir)/app/vectors/libappvectors.a \ $(top_builddir)/app/core/libappcore.a \ + $(top_builddir)/app/vectors/libappvectors.a \ $(top_builddir)/app/paint/libapppaint.a \ $(top_builddir)/app/text/libapptext.a \ $(top_builddir)/app/config/libappconfig.a \ @@ -101,6 +103,7 @@ GTKDOC_LIBS = \ $(PANGOFT2_LIBS) \ $(FONTCONFIG_LIBS) \ $(FREETYPE_LIBS) \ + $(DBUS_GLIB_LIBS) \ $(GTHREAD_LIBS) \ $(RT_LIBS) \ $(INTLLIBS)