From 982d590ddb778f0d301fe2e5647abd9135a2f9bc Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Wed, 4 Aug 2010 15:11:19 -0700 Subject: [PATCH] Add Gtest-nomalloc.c to EXTRA_DIST so we pass "make check" --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 8786923e..794f33fb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include EXTRA_DIST = run-ia64-test-dyn1 run-ptrace-mapper run-ptrace-misc \ - run-check-namespace check-namespace.sh.in + run-check-namespace check-namespace.sh.in Gtest-nomalloc.c noinst_PROGRAMS_common = check_PROGRAMS_common = test-proc-info test-static-link \