diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-07-25 10:36:42 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-07-25 12:51:45 +0200 |
commit | 24fd3ef5fb2b4795e7f3bad96d16ee36758e9e8d (patch) | |
tree | a732fb4165e41aae5dcbdd9b6ffd0fd1c1b6e907 /examples/sms-python/Makefile.am | |
parent | a7942177c9f969faec1d767c67d4019a61dc7e16 (diff) |
examples: add SMS sender in python
Diffstat (limited to 'examples/sms-python/Makefile.am')
-rw-r--r-- | examples/sms-python/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/sms-python/Makefile.am b/examples/sms-python/Makefile.am new file mode 100644 index 00000000..8ecca80b --- /dev/null +++ b/examples/sms-python/Makefile.am @@ -0,0 +1,4 @@ + +EXTRA_DIST = \ + sms-python \ + $(NULL) |