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.
This commit is contained in:
parent
d3daa9b5dd
commit
f594bf787a
3 changed files with 1 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -74,6 +74,7 @@
|
|||
/ledger.info
|
||||
/ledger.so
|
||||
/lib/boost*
|
||||
/lib/cppunit
|
||||
/libtool
|
||||
/ltmain.sh
|
||||
/make.deps
|
||||
|
|
|
|||
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit fccfbd741a0fd974945bb259854768cc70258f07
|
||||
Loading…
Add table
Reference in a new issue