diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-19 15:08:42 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-10-21 14:33:10 +0900 |
commit | 8ce088f2811139864850dfdd4c62d336f0c3189c (patch) | |
tree | d4a27c4ae73134eba2397c1ae9d5c5c3200c2060 /.gitmodules | |
parent | 26867ee292b89319af5ae7150dd887c025854d79 (diff) | |
download | knetload-8ce088f2811139864850dfdd4c62d336f0c3189c.tar.gz knetload-8ce088f2811139864850dfdd4c62d336f0c3189c.zip |
Drop automake build support.
Add basic cmake build instructions in INSTALL.
version.h (return knetload version) has moved to the "knetload"
folder.
Rework the README and INSTALL files.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 67a885d834f1e7d37374c0989fdd82cd50d0c282)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 4fce771..5b98c56 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "admin"] - path = admin - url = http://system@scm.trinitydesktop.org/scm/git/tde-common-admin [submodule "cmake"] path = cmake url = http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake |