diff options
author | Timothy Pearson <[email protected]> | 2013-07-24 10:53:06 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-07-24 10:53:06 -0500 |
commit | e73730eb7eb7229676b433fee535b0f4d4492cb0 (patch) | |
tree | 1cda5855553c90feaaa75dc920657ad2b617a610 | |
parent | 17b1e7850279ce936e0d090c9381d6167a7d548b (diff) | |
download | mplayerthumbs-e73730eb7eb7229676b433fee535b0f4d4492cb0.tar.gz mplayerthumbs-e73730eb7eb7229676b433fee535b0f4d4492cb0.zip |
Add admin and cmake submodules
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | admin | 0 | ||||
m--------- | cmake | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5a9a136 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "admin"] + path = admin + url = http://scm.trinitydesktop.org/scm/git/tde-common-admin +[submodule "cmake"] + path = cmake + url = http://scm.trinitydesktop.org/scm/git/tde-common-cmake diff --git a/admin b/admin new file mode 160000 +Subproject 65ecce459d54e772303052de50d08557ba9cc7e diff --git a/cmake b/cmake new file mode 160000 +Subproject ba27b9f2328dabe778a9e129e96b706797da85f |