Files
gimp/libgimpmath/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

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)