diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-08 03:19:21 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-08 03:19:21 -0400 |
commit | e123128da0c26bd17c04911ec114c222fd44be6b (patch) | |
tree | 6add6bac51befa30a7f0fa7bbf5da9f1b18370a8 /.gitmodules | |
parent | 3f7430bd81774169d99e2337f1d7263c3301d00f (diff) | |
download | fork-ledger-e123128da0c26bd17c04911ec114c222fd44be6b.tar.gz fork-ledger-e123128da0c26bd17c04911ec114c222fd44be6b.tar.bz2 fork-ledger-e123128da0c26bd17c04911ec114c222fd44be6b.zip |
Added several submodules, to ease the pain of keeping track of Ledger's
dependencies. At the moment all it does is check them out for you at the same
version that I'm using.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..326da1f8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "lib/boost"] + path = lib/boost + url = git://repo.or.cz/boost.git +[submodule "lib/gdtoa"] + path = lib/gdtoa + url = git://newartisans.com/gdtoa.git +[submodule "lib/cppunit"] + path = lib/cppunit + url = git://newartisans.com/cppunit.git +[submodule "lib/libofx"] + path = lib/libofx + url = git://newartisans.com/libofx.git |