make test-config link properly.

2008-06-11  Sven Neumann  <sven@gimp.org>

	* app/config/Makefile.am: make test-config link properly.

svn path=/trunk/; revision=25923
This commit is contained in:
Sven Neumann 2008-06-11 12:59:03 +00:00 committed by Sven Neumann
parent 7167e40c37
commit 1d78fefa74
2 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2008-06-11 Sven Neumann <sven@gimp.org>
* app/config/Makefile.am: make test-config link properly.
2008-06-11 Sven Neumann <sven@gimp.org>
* configure.in: use IT_PO_SUBDIR() to define the extra po

View file

@ -68,7 +68,8 @@ test_config_LDFLAGS = \
-u $(SYMPREFIX)xcf_init \
-u $(SYMPREFIX)internal_procs_init \
-u $(SYMPREFIX)gimp_coords_mix \
-u $(SYMPREFIX)gimp_plug_in_manager_restore
-u $(SYMPREFIX)gimp_plug_in_manager_restore \
-u $(SYMPREFIX)gimp_image_map_config_get_type
test_config_LDADD = \
../widgets/widgets-enums.o \
@ -83,8 +84,8 @@ test_config_LDADD = \
../vectors/libappvectors.a \
../paint/libapppaint.a \
../text/libapptext.a \
libappconfig.a \
../gegl/libappgegl.a \
libappconfig.a \
../paint-funcs/libapppaint-funcs.a \
../composite/libappcomposite.a \
../base/libappbase.a \
@ -95,6 +96,7 @@ test_config_LDADD = \
$(libgimpmath) \
$(libgimpconfig) \
$(libgimpbase) \
$(CAIRO_LIBS) \
$(PANGOFT2_LIBS) \
$(GDK_PIXBUF_LIBS) \
$(LIBART_LIBS) \