diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-04-10 19:05:13 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-04-11 10:31:01 +0200 |
commit | ebff76cfaa0e5809ef5883d7588f55dc3e11f828 (patch) | |
tree | feee88d7ba25f780d705cf0f5cf76f3f80ef481c /examples/modem-watcher-python/Makefile.am | |
parent | 79b34b77b4703eaaf7e007c294325a660a51bc9e (diff) |
examples: add modem watcher example in python
Diffstat (limited to 'examples/modem-watcher-python/Makefile.am')
-rw-r--r-- | examples/modem-watcher-python/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/modem-watcher-python/Makefile.am b/examples/modem-watcher-python/Makefile.am new file mode 100644 index 00000000..52bff807 --- /dev/null +++ b/examples/modem-watcher-python/Makefile.am @@ -0,0 +1,4 @@ + +EXTRA_DIST = \ + ModemWatcher.py \ + modem-watcher-python |