diff options
author | Timothy Pearson <[email protected]> | 2015-01-10 20:38:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-01-10 20:38:35 -0600 |
commit | b32e12855d35133c81cf6ab24b1e862f63dc50d0 (patch) | |
tree | 22795d824bbecf16663f012630ca3ad3982c0815 | |
parent | 659fed75b5fab01ef809bac4bf07d99fe1b26ce4 (diff) | |
download | tde-b32e12855d35133c81cf6ab24b1e862f63dc50d0.tar.gz tde-b32e12855d35133c81cf6ab24b1e862f63dc50d0.zip |
Add common libtdevnc module
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | main/common/libtdevnc | 0 | ||||
-rw-r--r-- | submodules | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b0811dccd..ed1e5b8e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -496,3 +496,6 @@ [submodule "main/thirdparty"] path = main/thirdparty url = https://[email protected]/scm/git/thirdparty +[submodule "main/common/libtdevnc"] + path = main/common/libtdevnc + url = https://[email protected]/scm/git/libtdevnc diff --git a/main/common/libtdevnc b/main/common/libtdevnc new file mode 160000 +Subproject 366c7e7c2122cc4271a2dd65d270ac4175edd5e diff --git a/submodules b/submodules index b079f00fe..a9ec4f096 100644 --- a/submodules +++ b/submodules @@ -5,6 +5,7 @@ main/common/admin main/common/cmake main/common/other main/common/libltdl +main/common/libtdevnc main/dependencies/qt3 main/dependencies/tqt3 |