clients: reorganize source tree, put all the installed clients together

Create a new clients/ subdirectory at the top level, and move cli/ and
tui/ into it, as well as nm-online.c (which was previously in test/,
which made no sense).

cli/ was split into two subdirectories, src/ and completion/. While
this does simplify things (given that the completion file and the
binary both need to be named "nmcli"), it bloats the source tree, and
we can work around it by just renaming the completion file at install
time. Then we can combine the two directories into one and just have
it all under clients/cli/.
This commit is contained in:
Dan Winship
2014-07-22 17:55:13 -04:00
parent 25dac5760b
commit 3d25d70461
150 changed files with 86 additions and 72 deletions

1232
clients/cli/common.c Normal file

File diff suppressed because it is too large Load Diff