add .cpp files to introspection sources

see https://github.com/jcupitt/libvips/pull/752
This commit is contained in:
John Cupitt 2017-10-01 19:27:17 +01:00
parent 779eedce44
commit 0c8693659e
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ GOBJECT_INTROSPECTION_CHECK([1.30.0])
#
# build with a glob and a list of files to exclude from scanning
# see also IGNORE_HFILES in doc/Makefile.am
introspection_sources=$(cd libvips ; find . -name "*.c")
filter_list="deprecated "
introspection_sources=$(cd libvips ; find . -name "*.c"; find . -name "*.cpp")
filter_list="deprecated introspect.c dummy.c fuzz "
# contains(string, substring)
#