libgimp is anyway processed at the very end after all other libgimp* were built. This way, it also fixes #3746, by removing the $(top_srcdir) everywhere from introspected files, hence making the build work again with older automake.
12 lines
312 B
Makefile
12 lines
312 B
Makefile
# Introspectable sources for libgimpmath
|
|
#
|
|
libgimpmath_introspectable_headers = \
|
|
../libgimpmath/gimpmathtypes.h \
|
|
../libgimpmath/gimpmatrix.h \
|
|
../libgimpmath/gimpvector.h
|
|
|
|
libgimpmath_introspectable = \
|
|
../libgimpmath/gimpmatrix.c \
|
|
../libgimpmath/gimpvector.c \
|
|
$(libgimpmath_introspectable_headers)
|