From 3e808288055491208bd1138d21e2c66145aa5ad3 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 4 Jan 2017 16:31:34 +0000 Subject: [PATCH] try to fix travis --- libvips/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/libvips/Makefile.am b/libvips/Makefile.am index d530f8ad..6cdcbfe8 100644 --- a/libvips/Makefile.am +++ b/libvips/Makefile.am @@ -65,6 +65,7 @@ EXTRA_DIST = \ CLEANFILES = all-local: + [ -f libvips.la ] && \ echo '/* This file is autogenerated, do not edit. */' > soname.h && \ source libvips.la && \ echo "#define VIPS_SONAME \"$$dlname\"" >> soname.h && \