diff options
| author | Manuel Traut <manut@mecka.net> | 2012-05-30 04:12:33 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-05-30 04:12:33 +0200 |
| commit | 6cc5374dacb95f7ef8b6cb7dbec8cb6e1469885f (patch) | |
| tree | da7a2d638e5ff10538149f7d0342842dcb55a94a /.gitmodules | |
| parent | 52e73517c84b9f3e4573f73f55d0c8a0a73a3604 (diff) | |
add external references for ACE and MPC
- all external projects are tracked via git submodule
- normally the packages from your distribution should be used
- those dependencies are just for reference and distris which do not ship the
needed package
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ff40f8e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "deps/acetao"] + path = deps/acetao + url = git://gitorious.org/doc/ace.git +[submodule "deps/MPC"] + path = deps/MPC + url = git://gitorious.org/doc/mpc.git |
