Fix dependency to introspect program on Windows MINGW
This commit is contained in:
parent
c7582c79d2
commit
3341bbd762
@ -87,7 +87,7 @@ AM_LDFLAGS = \
|
|||||||
LDADD = @INTROSPECTION_LIBS@ @VIPS_CFLAGS@ libvips.la @VIPS_LIBS@
|
LDADD = @INTROSPECTION_LIBS@ @VIPS_CFLAGS@ libvips.la @VIPS_LIBS@
|
||||||
|
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
introspect
|
introspect$(EXEEXT)
|
||||||
introspect_SOURCES = \
|
introspect_SOURCES = \
|
||||||
introspect.c
|
introspect.c
|
||||||
|
|
||||||
@ -96,7 +96,7 @@ introspect_SOURCES = \
|
|||||||
introspection_sources = @vips_introspection_sources@
|
introspection_sources = @vips_introspection_sources@
|
||||||
|
|
||||||
# we make the vips8 API
|
# we make the vips8 API
|
||||||
Vips-8.0.gir: introspect
|
Vips-8.0.gir: introspect$(EXEEXT)
|
||||||
Vips_8_0_gir_INCLUDES = GObject-2.0
|
Vips_8_0_gir_INCLUDES = GObject-2.0
|
||||||
Vips_8_0_gir_CFLAGS = $(INCLUDES) -I${top_srcdir}/libvips/include
|
Vips_8_0_gir_CFLAGS = $(INCLUDES) -I${top_srcdir}/libvips/include
|
||||||
Vips_8_0_gir_LIBS = libvips.la
|
Vips_8_0_gir_LIBS = libvips.la
|
||||||
|
Loading…
x
Reference in New Issue
Block a user