summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-03 16:19:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-03 17:21:06 +0200
commit71485564ccb53196c6b6ea8c0a8ee66fbcd85fdf (patch)
tree572dca4c70228136555f466b480a46854d19d019 /services
parenta28f25b2ef74d988f58c66dab3291bdb539ef106 (diff)
downloadjson-dbus-bridge-examples-71485564ccb53196c6b6ea8c0a8ee66fbcd85fdf.tar.gz
json-dbus-bridge-examples-71485564ccb53196c6b6ea8c0a8ee66fbcd85fdf.tar.xz
[autotools] cleanup build system
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'services')
-rw-r--r--services/Makefile.am4
-rw-r--r--services/python/Makefile.am5
2 files changed, 9 insertions, 0 deletions
diff --git a/services/Makefile.am b/services/Makefile.am
new file mode 100644
index 0000000..3d8b377
--- /dev/null
+++ b/services/Makefile.am
@@ -0,0 +1,4 @@
+
+SUBDIRS = \
+ python
+
diff --git a/services/python/Makefile.am b/services/python/Makefile.am
new file mode 100644
index 0000000..0b976e4
--- /dev/null
+++ b/services/python/Makefile.am
@@ -0,0 +1,5 @@
+
+EXTRA_DIST = \
+ calculator.py \
+ hello-world.py
+