From 0b79295aa9e58f5cb0446b49160f5b796eebcc24 Mon Sep 17 00:00:00 2001 From: Date: Fri, 23 Jan 2009 22:50:55 +0000 Subject: [PATCH] Add mock-log.h into distribution. git-svn-id: https://google-glog.googlecode.com/svn/trunk@37 eb4d4688-79bd-11dd-afb4-1d65580434c0 --- Makefile.am | 3 ++- Makefile.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5bd1973..e19b865 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,7 +66,8 @@ TEST_BINARIES = TESTS += logging_unittest logging_unittest_SOURCES = $(gloginclude_HEADERS) \ src/logging_unittest.cc \ - src/config_for_unittests.h + src/config_for_unittests.h \ + src/mock-log.h nodist_logging_unittest_SOURCES = $(nodist_gloginclude_HEADERS) logging_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(TEST_CFLAGS) logging_unittest_LDFLAGS = $(PTHREAD_CFLAGS) diff --git a/Makefile.in b/Makefile.in index a67e157..9689928 100644 --- a/Makefile.in +++ b/Makefile.in @@ -467,7 +467,8 @@ TEST_BINARIES = logging_striptest0 logging_striptest2 \ logging_striptest10 signalhandler_unittest logging_unittest_SOURCES = $(gloginclude_HEADERS) \ src/logging_unittest.cc \ - src/config_for_unittests.h + src/config_for_unittests.h \ + src/mock-log.h nodist_logging_unittest_SOURCES = $(nodist_gloginclude_HEADERS) logging_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(TEST_CFLAGS)