fix build on centos7

see https://github.com/jcupitt/libvips/issues/601
This commit is contained in:
John Cupitt 2017-02-19 10:20:37 +00:00
parent 646960077d
commit 53f374434d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ CLEANFILES =
install-exec-hook:
echo '/* This file is autogenerated, do not edit. */' > soname.h && \
source libvips.la && \
. ./libvips.la && \
echo "#define VIPS_SONAME \"$$dlname\"" >> soname.h && \
cp soname.h $(DESTDIR)$(pkgincludedir) && \
rm soname.h