summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-02-18 10:17:08 -0800
committerDan Williams <dcbw@redhat.com>2010-02-18 10:17:08 -0800
commitfa9e9b4227e12ac55e55f2a874f1d4756d0c7500 (patch)
tree8698b0305dd91cf13edfa0925b778499fd86c19f /Makefile.am
parentd75aa067e35d5dcc570d781270a553837b613d73 (diff)
downloadNetworkManager-fa9e9b4227e12ac55e55f2a874f1d4756d0c7500.tar.gz
examples: add some python examples
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am34
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 \