diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 13fa272316..b2685166c6 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -3,8 +3,3 @@ SUBDIRS = . if HAVE_GTEST_SOURCE SUBDIRS += gtest endif - -if HAVE_BENCHMARK_SOURCE -SUBDIRS += benchmark -endif - |