libgimp*: use LIBADD and DEPENDENCIES consistently in all Makefiles
This commit is contained in:
@ -80,11 +80,10 @@ libgimpmath_@GIMP_API_VERSION@_la_LDFLAGS = \
|
||||
$(no_undefined) \
|
||||
$(libgimpmath_export_symbols)
|
||||
|
||||
libgimpmath_@GIMP_API_VERSION@_la_DEPENDENCIES = \
|
||||
$(gimpmath_def) \
|
||||
$(libgimpbase)
|
||||
libgimpmath_@GIMP_API_VERSION@_la_DEPENDENCIES = $(gimpmath_def)
|
||||
|
||||
libgimpmath_@GIMP_API_VERSION@_la_LIBADD = \
|
||||
$(libgimpbase) \
|
||||
$(GLIB_LIBS) \
|
||||
$(libm)
|
||||
|
||||
|
Reference in New Issue
Block a user