mirror of https://github.com/GNOME/gimp.git
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)
|