mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
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:
@@ -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 = \
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user