diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/.gitignore | 1 | ||||
-rw-r--r-- | ext/benchmark/Makefile.am | 11 |
2 files changed, 0 insertions, 12 deletions
diff --git a/ext/.gitignore b/ext/.gitignore index 7374b7c304..b647d06b88 100644 --- a/ext/.gitignore +++ b/ext/.gitignore @@ -1,3 +1,2 @@ -/benchmark /gtest diff --git a/ext/benchmark/Makefile.am b/ext/benchmark/Makefile.am deleted file mode 100644 index 1b69232217..0000000000 --- a/ext/benchmark/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -SUBDIRS = . - -CLEANFILES = benchmark.cc - -noinst_LIBRARIES = libbenchmark.a -libbenchmark_a_CXXFLAGS = $(BENCHMARK_INCLUDES) $(AM_CXXFLAGS) -nodist_libbenchmark_a_SOURCES = benchmark.cc - -benchmark.cc: $(BENCHMARK_SOURCE)/src/benchmark.cc - cp -p $(BENCHMARK_SOURCE)/src/benchmark.cc $@ - |