diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-13 01:52:10 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-13 01:52:48 -0400 |
commit | f594bf787a6f2d2aca5127d972fc8546a2c8e05f (patch) | |
tree | dba0ec29bc02bc07cc242540656c69a1b3d77974 /.gitmodules | |
parent | d3daa9b5dd017908a450533dcf2ef34bb7a09cfd (diff) | |
download | fork-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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
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 |