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)