aboutsummaryrefslogtreecommitdiff
path: root/test/googletest/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/googletest/Makefile.am')
-rw-r--r--test/googletest/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/googletest/Makefile.am b/test/googletest/Makefile.am
deleted file mode 100644
index 88e6241d..00000000
--- a/test/googletest/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-AUTOMAKE_OPTIONS = subdir-objects
-
-SUBDIRS = src include
-
-AM_CPPFLAGS = -I$(top_srcdir)/test/googletest/include
-
-noinst_LTLIBRARIES = libgtest.la
-
-libgtest_la_LDFLAGS = -no-undefined
-libgtest_la_SOURCES = src/gtest-all.cc
-
-EXTRA_DIST = CMakeLists.txt.in