|
@@ -16,6 +16,8 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-install-configurations
|
|
# Use same --with-gtest flag if set
|
|
# Use same --with-gtest flag if set
|
|
DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_GTEST_CONFIGURE_FLAG)
|
|
DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_GTEST_CONFIGURE_FLAG)
|
|
|
|
|
|
|
|
+dist_doc_DATA = AUTHORS COPYING ChangeLog README
|
|
|
|
+
|
|
clean-cpp-coverage:
|
|
clean-cpp-coverage:
|
|
@if [ $(USE_LCOV) = yes ] ; then \
|
|
@if [ $(USE_LCOV) = yes ] ; then \
|
|
$(LCOV) --directory . --zerocounters; \
|
|
$(LCOV) --directory . --zerocounters; \
|