diff options
| author | William A. Kennington III <wak@google.com> | 2019-03-15 13:36:37 -0700 |
|---|---|---|
| committer | William A. Kennington III <wak@google.com> | 2019-03-18 12:08:07 -0700 |
| commit | d41a942a125e8400f263414c43af022edf8b2871 (patch) | |
| tree | a398a07e6d7587f447bcc8e1fd0e5735daffe3e7 /test | |
| parent | 651e87ad362e55ed4e34e6565fd0674390941a58 (diff) | |
| download | sdeventplus-d41a942a125e8400f263414c43af022edf8b2871.tar.gz sdeventplus-d41a942a125e8400f263414c43af022edf8b2871.zip | |
autotools: Fix for autoconf-archive 2019.01.19
The code coverage macros from the archive changed in a backward
incompatible way. This adds a workaround to autodetect either version
and do the right thing
Change-Id: Ic010ed59fb332e19e5c76f60e55f864f8f4a43f8
Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 6cddc88..e45b11f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,4 @@ @VALGRIND_CHECK_RULES@ -@CODE_COVERAGE_RULES@ gtest_cppflags = $(AM_CPPFLAGS) $(GTEST_CFLAGS) $(GMOCK_CFLAGS) gtest_ldadd = $(SDEVENTPLUS_LIBS) $(GTEST_LIBS) $(GMOCK_LIBS) -lgmock_main |

