diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 015269c1..9f103a33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,8 +82,7 @@ EXTRA_DIST += \ test/gtest_uninitialized_test_.cc \ test/gtest_xml_outfile1_test_.cc \ test/gtest_xml_outfile2_test_.cc \ - test/gtest_xml_output_unittest_.cc \ - test/gtest_dll_test_.cc + test/gtest_xml_output_unittest_.cc # Python tests that we don't run. EXTRA_DIST += \ |