From 61f62ac697eaa44f6c51bf43793eb4dbdf7b9fce Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 7 Jul 2019 11:11:44 +0200 Subject: [PATCH] Add some missing shaders (required for running tests) to make dist. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index a3ed104..408e3db 100644 --- a/Makefile.in +++ b/Makefile.in @@ -191,7 +191,7 @@ install: libmovit.la $(INSTALL) -m 644 movit.pc $(DESTDIR)$(libdir)/pkgconfig/ DISTDIR=movit-$(movit_version) -OTHER_DIST_FILES=add.frag autogen.sh blue.frag configure.ac d65.h identity.frag invert_effect.frag Makefile.in mipmap_needing_effect.frag movit.pc.in README NEWS test_util.h widgets.h +OTHER_DIST_FILES=add.frag autogen.sh blue.frag configure.ac d65.h identity.frag invert_effect.frag Makefile.in mipmap_needing_effect.frag downscale2x.frag downscale2x.comp mirror.comp identity.comp movit.pc.in README NEWS test_util.h widgets.h dist: $(MKDIR) $(DISTDIR) -- 2.39.2