X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;h=030140f9648c94a6fb0a0c43e853e104f55fc35a;hp=63a69e7083c15bb9690e5523e066345e9160753d;hb=f8e636666b3d36f97b125bc1a0f0f582c5026c7f;hpb=453aa5c00561e4c73297f69e9f7c492a678e9699 diff --git a/Makefile.in b/Makefile.in index 63a69e7..030140f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,7 +15,7 @@ CXXFLAGS=-Wall @CXXFLAGS@ -I$(GTEST_DIR)/include @Eigen3_CFLAGS@ @GLEW_CFLAGS@ LDFLAGS=@GLEW_LIBS@ @SDL_LIBS@ -lpthread DEMO_LDLIBS=@SDL_image_LIBS@ -lrt -lpthread @libpng_LIBS@ SHELL=@SHELL@ -LIBTOOL=@LIBTOOL@ +LIBTOOL=@LIBTOOL@ --tag=CXX RANLIB=ranlib INSTALL=install MKDIR=mkdir @@ -126,7 +126,7 @@ check: $(TESTS) # You need to build with COVERAGE=1 to use this target. coverage: check lcov -d . -c -o movit.info - lcov --remove movit.info '*_test.cpp' 'test_util.*' widgets.cpp -o movit.info + lcov --remove movit.info '*_test.cpp' 'test_util.*' 'sandbox_effect.*' widgets.cpp -o movit.info genhtml -o coverage movit.info HDRS = effect_chain.h effect_util.h effect.h input.h image_format.h init.h util.h defs.h resource_pool.h