convince the linker to do its job.

2007-04-27  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am (GTKDOC_LIBS): convince the linker to do its job.

svn path=/trunk/; revision=22358
This commit is contained in:
Sven Neumann 2007-04-27 12:08:24 +00:00 committed by Sven Neumann
parent c6327c103c
commit 7b7affa9b0
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2007-04-27 Sven Neumann <sven@gimp.org>
* app/Makefile.am (GTKDOC_LIBS): convince the linker to do its job.
2007-04-16 Sven Neumann <sven@gimp.org>
* app/app-sections.txt

View File

@ -62,9 +62,10 @@ GTKDOC_CFLAGS = \
-I$(includedir)
GTKDOC_LIBS = \
-u $(SYMPREFIX)xcf_init \
-u $(SYMPREFIX)internal_procs_init \
-u $(SYMPREFIX)gimp_coords_mix \
-u $(SYMPREFIX)xcf_init \
-u $(SYMPREFIX)internal_procs_init \
-u $(SYMPREFIX)gimp_coords_mix \
-u $(SYMPREFIX)gimp_plug_in_manager_restore \
$(top_builddir)/app/app_procs.o \
$(top_builddir)/app/batch.o \
$(top_builddir)/app/errors.o \
@ -108,8 +109,6 @@ GTKDOC_LIBS = \
$(RT_LIBS) \
$(INTLLIBS)
LDFLAGS = -u $(SYMPREFIX)xcf_init -u $(SYMPREFIX)internal_procs_init
include $(top_srcdir)/gtk-doc.make