Merge pull request #706 from astavale/add-c-header-to-gir
Add C header to GIR file
This commit is contained in:
commit
a59b9e6c7e
@ -105,14 +105,15 @@ Vips_8_0_gir_LIBS = libvips.la
|
||||
Vips_8_0_gir_FILES = $(introspection_sources)
|
||||
INTROSPECTION_GIRS += Vips-8.0.gir
|
||||
|
||||
# don't use
|
||||
# --warn-all --verbose
|
||||
# don't use
|
||||
# --warn-all --verbose
|
||||
# too annoying
|
||||
Vips_8_0_gir_SCANNERFLAGS = \
|
||||
--program=./introspect$(EXEEXT) \
|
||||
--identifier-prefix=Vips \
|
||||
--identifier-prefix=vips \
|
||||
--symbol-prefix=vips
|
||||
--symbol-prefix=vips \
|
||||
--c-include=vips/vips.h
|
||||
|
||||
girdir = $(datadir)/gir-1.0
|
||||
gir_DATA = $(INTROSPECTION_GIRS)
|
||||
|
Loading…
Reference in New Issue
Block a user