added libgimpbase since libgimpwidgets now depends on it.

2003-11-16  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/Makefile.am (libgimpwidgets_1_3_la_LIBADD): added
	libgimpbase since libgimpwidgets now depends on it.
This commit is contained in:
Sven Neumann 2003-11-16 14:17:48 +00:00 committed by Sven Neumann
parent c902248bc5
commit 2499d9e4f0
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-11-16 Sven Neumann <sven@gimp.org>
* libgimpwidgets/Makefile.am (libgimpwidgets_1_3_la_LIBADD): added
libgimpbase since libgimpwidgets now depends on it.
2003-11-16 Sven Neumann <sven@gimp.org>
* app/core/gimpobject.[ch]: exposed gimp_object_name_free() and

View File

@ -159,7 +159,11 @@ libgimpwidgets_1_3_la_LDFLAGS = \
$(no_undefined) \
$(libgimpwidgets_export_symbols)
libgimpwidgets_1_3_la_LIBADD = $(libgimpcolor) $(GTK_LIBS) $(libm)
libgimpwidgets_1_3_la_LIBADD = \
$(libgimpbase) \
$(libgimpcolor) \
$(GTK_LIBS) \
$(libm)
libgimpwidgets_1_3_la_DEPENDENCIES = $(gimpwidgets_def)