Gimp/libgimpmodule/Makefile.gi
Jehan 2dde79b3e7 libgimp*: move GObject Introspection into libgimp/.
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.
2019-08-08 15:59:44 +02:00

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)