diff --git a/TODO b/TODO index a7bd4ade..715f4c8f 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,3 @@ -- vipsdisp-tiny makes stripes if the image is not tagged correctly - - is one of the colourspace functions not reading format? - - not sure about utf8 error messages on win - strange: diff --git a/libvips/Makefile.am b/libvips/Makefile.am index 9f3f91fd..3823b451 100644 --- a/libvips/Makefile.am +++ b/libvips/Makefile.am @@ -64,13 +64,11 @@ EXTRA_DIST = \ CLEANFILES = -all-local: - while [ ! -f libvips.la ]; do sleep 1; done; sleep 1; \ +install-exec-hook: echo '/* This file is autogenerated, do not edit. */' > soname.h && \ source libvips.la && \ echo "#define VIPS_SONAME \"$$dlname\"" >> soname.h && \ - ( cmp -s soname.h include/vips/soname.h || \ - cp soname.h include/vips ) && \ + cp soname.h $(DESTDIR)$(pkgincludedir) && \ rm soname.h -include $(INTROSPECTION_MAKEFILE)