From 840303fedf48132a3139ce0b15a9c2a8d1c8e923 Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Sat, 23 Aug 2008 11:39:41 +0200 Subject: [PATCH] makefile typo fix --- tests/common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/Makefile.am b/tests/common/Makefile.am index f9f5867e5..7a985bec9 100644 --- a/tests/common/Makefile.am +++ b/tests/common/Makefile.am @@ -51,7 +51,7 @@ test_common_SOURCES = \ $(testcommon_srcdir)/test/cmdlinewrappertest.cpp \ $(testcommon_srcdir)/test/testoptiontest.cpp \ $(testcommon_srcdir)/meta/typelisttest.cpp \ - $(testcommon_srcdir)/meta/typelismaniptest.cpp \ + $(testcommon_srcdir)/meta/typelistmaniptest.cpp \ $(testcommon_srcdir)/meta/generatortest.cpp \ $(testcommon_srcdir)/meta/configflagstest.cpp \ $(testcommon_srcdir)/visitingtoolconcept.cpp \