From 841bf8a026632879f81cefa15df554956703b2b3 Mon Sep 17 00:00:00 2001 From: Seth Nickell Date: Fri, 28 May 2004 18:43:55 +0000 Subject: * python/examples/Makefile.am: Forget to add Makefile.am. Do not pass go. --- python/examples/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/examples/Makefile.am (limited to 'python') diff --git a/python/examples/Makefile.am b/python/examples/Makefile.am new file mode 100644 index 00000000..743c520e --- /dev/null +++ b/python/examples/Makefile.am @@ -0,0 +1,9 @@ +NULL= + +EXTRA_DIST = \ + example-service.py \ + example-client.py \ + example-signal.py \ + list-system-services.py \ + $(NULL) + -- cgit