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.
15 lines
446 B
Makefile
15 lines
446 B
Makefile
# Introspectable sources for libgimpthumb
|
|
|
|
libgimpthumb_introspectable_headers = \
|
|
../libgimpthumb/gimpthumb-enums.h \
|
|
../libgimpthumb/gimpthumb-error.h \
|
|
../libgimpthumb/gimpthumb-types.h \
|
|
../libgimpthumb/gimpthumb-utils.h \
|
|
../libgimpthumb/gimpthumbnail.h
|
|
|
|
libgimpthumb_introspectable = \
|
|
../libgimpthumb/gimpthumb-error.c \
|
|
../libgimpthumb/gimpthumb-utils.c \
|
|
../libgimpthumb/gimpthumbnail.c \
|
|
$(libgimpthumb_introspectable_headers)
|