From 6757eda3bda35265c2c663a13a5b9f67eb6e8092 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Mon, 9 Feb 2009 01:48:13 +0100 Subject: [PATCH] autotools fix --- tests/lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index 21f6f92e6..2c38a2439 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -54,6 +54,7 @@ test_lib_SOURCES = \ $(testlib_srcdir)/sanitizedidentifiertest.cpp \ $(testlib_srcdir)/scopedholdertest.cpp \ $(testlib_srcdir)/scopedholdertransfertest.cpp \ + $(testlib_srcdir)/scoped-ptrvect-test.cpp \ $(testlib_srcdir)/singletonsubclasstest.cpp \ $(testlib_srcdir)/singletontest.cpp \ $(testlib_srcdir)/singletontestmocktest.cpp \