summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2012-05-30 04:12:33 +0200
committerManuel Traut <manut@mecka.net>2012-05-30 04:12:33 +0200
commit6cc5374dacb95f7ef8b6cb7dbec8cb6e1469885f (patch)
treeda7a2d638e5ff10538149f7d0342842dcb55a94a
parent52e73517c84b9f3e4573f73f55d0c8a0a73a3604 (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>
-rw-r--r--.gitmodules6
m---------deps/MPC0
m---------deps/acetao0
3 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
diff --git a/deps/MPC b/deps/MPC
new file mode 160000
+Subproject de84e62615808af13cc81c8b963f86f7bad3057
diff --git a/deps/acetao b/deps/acetao
new file mode 160000
+Subproject dab6eed06d9d3912d3826f35006ceba13b4751e