diff options
author | Jirka Klimes <jklimes@redhat.com> | 2010-02-25 09:52:30 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-02-25 09:52:30 -0800 |
commit | c2ec07f17d69a590b45797de5c8a0f26a4c45eaa (patch) | |
tree | 8108309c3a98d7d1d6fe3aeca7a864d07ad5343c /Makefile.am | |
parent | bace73c5dc3ee758b1d33dcc6c53510d8f5e3182 (diff) | |
download | NetworkManager-c2ec07f17d69a590b45797de5c8a0f26a4c45eaa.tar.gz |
cli: add initial pieces of nmcli
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 ca819b4634..7e34571218 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ SUBDIRS = \ introspection \ callouts \ system-settings \ + cli \ tools \ policy \ initscript \ |