From f594bf787a6f2d2aca5127d972fc8546a2c8e05f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 13 Feb 2009 01:52:10 -0400 Subject: Removed CppUnit submodule reference This library is a dependency for running "make check", but it's not built as part of a Ledger build, and so doesn't belong as a submodule. --- .gitignore | 1 + .gitmodules | 3 --- lib/cppunit | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 160000 lib/cppunit diff --git a/.gitignore b/.gitignore index c7e98990..63f587f6 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,7 @@ /ledger.info /ledger.so /lib/boost* +/lib/cppunit /libtool /ltmain.sh /make.deps diff --git a/.gitmodules b/.gitmodules index 174e0096..18e192aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "lib/cppunit"] - path = lib/cppunit - url = git://github.com/jwiegley/cppunit.git [submodule "lib/utfcpp"] path = lib/utfcpp url = git://github.com/jwiegley/utfcpp.git diff --git a/lib/cppunit b/lib/cppunit deleted file mode 160000 index fccfbd74..00000000 --- a/lib/cppunit +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fccfbd741a0fd974945bb259854768cc70258f07 -- cgit v1.2.3