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.
11 lines
332 B
Text
11 lines
332 B
Text
# Introspectable sources for libgimpmodule
|
|
|
|
libgimpmodule_introspectable_headers = \
|
|
../libgimpmodule/gimpmoduletypes.h \
|
|
../libgimpmodule/gimpmodule.h \
|
|
../libgimpmodule/gimpmoduledb.h
|
|
|
|
libgimpmodule_introspectable = \
|
|
../libgimpmodule/gimpmodule.c \
|
|
../libgimpmodule/gimpmoduledb.c \
|
|
$(libgimpmodule_introspectable_headers)
|