mirror of https://github.com/GNOME/gimp.git
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:
parent
c902248bc5
commit
2499d9e4f0
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue