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

EXTRA_DIST = 				\
	example-service.py 		\
	example-client.py		\
	example-signal-emitter.py	\
	example-signal-recipient.py	\
	gconf-proxy-client.py		\
	gconf-proxy-service.py		\
	gconf-proxy-service2.py		\
	list-system-services.py 	\
	$(NULL)