From aa066cce66f254da40818bf126487e29fda63198 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Thu, 28 Nov 2013 17:50:49 +0100 Subject: [PATCH] Add missing ipcache.cc stub in testUfs --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 930e7dbf5c..4237a71074 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3040,6 +3040,7 @@ tests_testUfs_SOURCES = \ tests/stub_HelperChildConfig.cc \ tests/stub_icp.cc \ tests/stub_ipc.cc \ + tests/stub_ipcache.cc \ tests/stub_libeui.cc \ tests/stub_MemStore.cc \ tests/stub_pconn.cc \ -- 2.47.3