fix build on windows

only include source files in make dist for libnsgif and module/

we were just including the whole directory, which stopped the derived
files (eg. the .la archives) from being rebuilt on other platforms
This commit is contained in:
John Cupitt 2021-04-30 17:27:15 +01:00
parent bd8f2de6fd
commit 6198fb2d0d
3 changed files with 7 additions and 1 deletions

View File

@ -1494,6 +1494,7 @@ AC_CONFIG_FILES([
libvips/histogram/Makefile libvips/histogram/Makefile
libvips/draw/Makefile libvips/draw/Makefile
libvips/iofuncs/Makefile libvips/iofuncs/Makefile
libvips/module/Makefile
libvips/morphology/Makefile libvips/morphology/Makefile
libvips/mosaicing/Makefile libvips/mosaicing/Makefile
libvips/create/Makefile libvips/create/Makefile

View File

@ -27,6 +27,7 @@ SUBDIRS = \
draw \ draw \
iofuncs \ iofuncs \
morphology \ morphology \
module \
mosaicing \ mosaicing \
create create
@ -61,7 +62,6 @@ libvips_la_LDFLAGS = \
-version-info @LIBRARY_CURRENT@:@LIBRARY_REVISION@:@LIBRARY_AGE@ -version-info @LIBRARY_CURRENT@:@LIBRARY_REVISION@:@LIBRARY_AGE@
EXTRA_DIST = \ EXTRA_DIST = \
module \
$(OPTIONAL_DIST_DIR) $(OPTIONAL_DIST_DIR)
CLEANFILES = CLEANFILES =

View File

@ -0,0 +1,5 @@
EXTRA_DIST = \
heif.c \
magick.c \
openslide.c \
poppler.c