summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@t-online.de>2013-02-17 10:50:01 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2013-02-17 10:50:01 +0100
commit5eaa156859f913fd28c1825d5dc0ed4c51336a79 (patch)
treee1da4c4acae93de5885483d047a90d006af3c810 /examples
parented2f9e01ebbfff5ba37abb35cde7ed6098334830 (diff)
downloadzeitgeist-5eaa156859f913fd28c1825d5dc0ed4c51336a79.tar.gz
examples: dist js and python examples
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 28dd4add..1228baa6 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -4,3 +4,11 @@ SUBDIRS = \
vala \
c \
$(NULL)
+
+EXTRA_DIST = \
+ js/find_events.js \
+ python/find_events.py \
+ python/get_events.py \
+ python/insert_event.py \
+ python/monitor.py \
+ $(NULL)