diff options
author | Dan Williams <dcbw@redhat.com> | 2010-02-18 10:17:08 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-02-18 10:17:08 -0800 |
commit | fa9e9b4227e12ac55e55f2a874f1d4756d0c7500 (patch) | |
tree | 8698b0305dd91cf13edfa0925b778499fd86c19f /Makefile.am | |
parent | d75aa067e35d5dcc570d781270a553837b613d73 (diff) | |
download | NetworkManager-fa9e9b4227e12ac55e55f2a874f1d4756d0c7500.tar.gz |
examples: add some python examples
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/Makefile.am b/Makefile.am index cda6437ccf..ca819b4634 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,20 +1,20 @@ -SUBDIRS = marshallers - -SUBDIRS += \ - libnm-util \ - libnm-glib \ - src \ - include \ - introspection \ - callouts \ - system-settings \ - tools \ - policy \ - initscript \ - test \ - po \ - man \ - docs +SUBDIRS = \ + marshallers \ + libnm-util \ + libnm-glib \ + src \ + include \ + introspection \ + callouts \ + system-settings \ + tools \ + policy \ + initscript \ + test \ + po \ + man \ + docs \ + examples EXTRA_DIST = \ CONTRIBUTING \ |