diff options
author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-08-27 21:00:54 +0000 |
---|---|---|
committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-08-27 21:00:54 +0000 |
commit | 878a1e56ef0858e44310e48fa21781c13a2c0b53 (patch) | |
tree | 88980a8273243b8508b10f26b53304ab6a49e9a8 /src/cppunit | |
parent | c86c65b7d821fe4bb046c489528108843513e63d (diff) | |
download | cppunit-878a1e56ef0858e44310e48fa21781c13a2c0b53.tar.gz |
fixed Makefile
Diffstat (limited to 'src/cppunit')
-rw-r--r-- | src/cppunit/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index 4622f09..909d061 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.40 2002-08-27 21:51:18 blep Exp $ +# $Id: Makefile.am,v 1.41 2002-08-27 22:00:54 blep Exp $ # EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp @@ -21,7 +21,7 @@ libcppunit_la_SOURCES = \ Message.cpp \ RepeatedTest.cpp \ PlugInManager.cpp \ - PlugInParameter.cpp \ + PlugInParameters.cpp \ Protector.cpp \ ProtectorChain.h \ ProtectorContext.h \ |