summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-13 01:52:10 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-13 01:52:48 -0400
commitf594bf787a6f2d2aca5127d972fc8546a2c8e05f (patch)
treedba0ec29bc02bc07cc242540656c69a1b3d77974
parentd3daa9b5dd017908a450533dcf2ef34bb7a09cfd (diff)
downloadfork-ledger-f594bf787a6f2d2aca5127d972fc8546a2c8e05f.tar.gz
fork-ledger-f594bf787a6f2d2aca5127d972fc8546a2c8e05f.tar.bz2
fork-ledger-f594bf787a6f2d2aca5127d972fc8546a2c8e05f.zip
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.
-rw-r--r--.gitignore1
-rw-r--r--.gitmodules3
m---------lib/cppunit0
3 files changed, 1 insertions, 3 deletions
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
-Subproject fccfbd741a0fd974945bb259854768cc70258f0