]> git.sesse.net Git - movit/blobdiff - Makefile.in
Add SHELL override from autoconf, since otherwise libtool might break on systems...
[movit] / Makefile.in
index 5300cd4d306631d22056a712308d931f2700e31c..63a69e7083c15bb9690e5523e066345e9160753d 100644 (file)
@@ -14,6 +14,7 @@ CXX=@CXX@
 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@
 RANLIB=ranlib
 INSTALL=install
@@ -125,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.{cpp,h}' -o movit.info
+       lcov --remove movit.info '*_test.cpp' 'test_util.*' 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