From f8f07d1ac1b0258148b12021a1edab81d1f5bcd6 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Wed, 1 Jan 2014 18:15:10 +0100 Subject: [PATCH] Added missing stubs in testCharacterSet --- src/base/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/base/Makefile.am b/src/base/Makefile.am index bff2659301..80533ad426 100644 --- a/src/base/Makefile.am +++ b/src/base/Makefile.am @@ -38,7 +38,10 @@ testCharacterSet_SOURCES = \ testCharacterSet.h \ testCharacterSet.cc nodist_testCharacterSet_SOURCES = \ - $(top_srcdir)/src/tests/testMain.cc + $(top_srcdir)/src/tests/testMain.cc \ + $(top_srcdir)/src/tests/stub_debug.cc \ + $(top_srcdir)/src/tests/stub_MemBuf.cc \ + $(top_srcdir)/src/tests/stub_cbdata.cc testCharacterSet_LDFLAGS = $(LIBADD_DL) testCharacterSet_LDADD=\ $(SQUID_CPPUNIT_LIBS) \ -- 2.47.2