summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
blob: a1bf372142684f4a8b65a846e522e427a82549da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NULL =

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)