X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile.in;h=1e3be0da5f5f95b5c057ac64be96276a8ca1daf5;hb=HEAD;hp=e5b463c25707cd1ff0db5205018078ee403f8418;hpb=e750cc8f2e73ec8f0afc13fcf9c9cfda5058ad2a;p=movit diff --git a/Makefile.in b/Makefile.in index e5b463c..1e3be0d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,8 +6,8 @@ GTEST_DIR ?= /usr/src/gtest # strive towards having a rock-stable ABI, but at least the soversion will increase # whenever it breaks, so that you will not have silent failures, and distribution package # management can run its course. -movit_ltversion = 8:3:0 -movit_version = 1.6.3 +movit_ltversion = 8:5:0 +movit_version = 1.7.1 prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -111,8 +111,8 @@ gtest_sdl_main.o: gtest_sdl_main.cpp $(TESTS): %: %.o $(TEST_OBJS) libmovit.la $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $^ $(TEST_LDLIBS) -OWN_OBJS=$(DEMO_OBJS) $(LIB_OBJS) $(OWN_TEST_OBJS) $(TESTS:=.o) -OBJS=$(DEMO_OBJS) $(LIB_OBJS) $(TEST_OBJS) $(TESTS:=.o) +OWN_OBJS=$(DEMO_OBJS) $(LIB_OBJS) $(OWN_TEST_OBJS) $(TESTS:=.o) make_bundled_shaders.o +OBJS=$(DEMO_OBJS) $(LIB_OBJS) $(TEST_OBJS) $(TESTS:=.o) make_bundled_shaders.o # A small demo program. demo: libmovit.la $(DEMO_OBJS) @@ -196,12 +196,13 @@ 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 downscale2x.frag downscale2x.comp mirror.comp identity.comp 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 bundled_shaders.h dist: $(MKDIR) $(DISTDIR) cp $(OWN_OBJS:.o=.cpp) $(DISTDIR)/ cp $(HDRS) $(DISTDIR)/ + cp $(SHADERS) $(DISTDIR)/ cp $(OTHER_DIST_FILES) $(DISTDIR)/ ( cd $(DISTDIR) && aclocal && libtoolize --install --copy && autoconf && $(RM) -r autom4te.cache/ ) tar zcvvf ../$(DISTDIR).tar.gz $(DISTDIR)