diff options
author | Seth Nickell <seth@gnome.org> | 2004-05-28 18:43:55 +0000 |
---|---|---|
committer | Seth Nickell <seth@gnome.org> | 2004-05-28 18:43:55 +0000 |
commit | 841bf8a026632879f81cefa15df554956703b2b3 (patch) | |
tree | 269afc8030dbd89ee83eeb2fd97c2e14438b7697 /python | |
parent | 0123e6a927772af6d56ddbe3f75a443ab40646d1 (diff) |
* python/examples/Makefile.am:
Forget to add Makefile.am. Do not pass go.
Diffstat (limited to 'python')
-rw-r--r-- | python/examples/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
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) + |