diff options
author | Dan Williams <dcbw@redhat.com> | 2011-01-12 18:12:23 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-01-12 18:12:23 -0600 |
commit | b38f39cfc624d6b793f2e93abbba8ffd903b879c (patch) | |
tree | ec92539772069e6aa7752badd0ac82dff7c189fd /Makefile.am | |
parent | 8259b35ee5e5d346fe928003011fb124f667b9b9 (diff) | |
download | NetworkManager-b38f39cfc624d6b793f2e93abbba8ffd903b879c.tar.gz |
core: build keyfile plugin into NetworkManager
Since settings storage is now handled by NetworkManager, we must
have the ability to read/write all connection types at all times.
Since the 'keyfile' plugin is the only plugin that can handle all
connection types, build it into NetworkManager.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 64be5c8526..c3eb4e1511 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,12 @@ SUBDIRS = \ marshallers \ + include \ libnm-util \ libnm-glib \ - src \ - include \ introspection \ - callouts \ system-settings \ + src \ + callouts \ cli \ tools \ policy \ |