libgimpmath: remove gimpmath.h from introspection.

This header is just full of macros and GI doesn't introspect macros
anyway. Yet it was still bothering us with warnings.
This commit is contained in:
Jehan 2019-08-05 16:42:16 +02:00
parent fead2f7d9d
commit f4f63dad9c
2 changed files with 1 additions and 1 deletions

View File

@ -65,6 +65,7 @@ libgimpmath_@GIMP_API_VERSION@_la_SOURCES = \
$(libgimpmath_introspectable)
libgimpmathinclude_HEADERS = \
$(top_srcdir)/libgimpmath/gimpmath.h \
$(libgimpmath_introspectable_headers)
libgimpmath_@GIMP_API_VERSION@_la_LDFLAGS = \

View File

@ -1,7 +1,6 @@
# Introspectable sources for libgimpmath
#
libgimpmath_introspectable_headers = \
$(top_srcdir)/libgimpmath/gimpmath.h \
$(top_srcdir)/libgimpmath/gimpmathtypes.h \
$(top_srcdir)/libgimpmath/gimpmatrix.h \
$(top_srcdir)/libgimpmath/gimpvector.h