diff options
author | Dan Winship <danw@gnome.org> | 2013-12-02 16:20:26 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2013-12-13 16:00:51 +0100 |
commit | 3bda3fb60c104114192e4e3c9c4ba0bef84d3a00 (patch) | |
tree | 5671dd586ca03e07ff4df991a3b1a48ba104d2b2 /Makefile.am | |
parent | 72922f2068a6cc94cd32f7f7c2cc68c781ccc9c3 (diff) | |
download | NetworkManager-3bda3fb60c104114192e4e3c9c4ba0bef84d3a00.tar.gz |
nmtui: initial import of nmtui
nmtui is a TUI (curses-based Text User Interface) for NetworkManager
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ebaad4bd55..ab2941cc6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ SUBDIRS = \ src \ callouts \ cli \ + tui \ tools \ policy \ data \ |