diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-08-30 14:56:58 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-09-08 11:21:45 +0200 |
commit | ccc7989324aec454cc0267cd133638569d28061b (patch) | |
tree | 720ef877140b01a760bcc0a1db5240df49eafacd /configure.ac | |
parent | 34e671f41cf9bb964b92ca555c71bcaa15c90893 (diff) |
examples: new SMS sending example in C using the sync API
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7e46bc2e..835dbfdc 100644 --- a/configure.ac +++ b/configure.ac @@ -599,6 +599,7 @@ examples/modem-watcher-python/Makefile examples/modem-watcher-javascript/Makefile examples/sms-python/Makefile examples/network-scan-python/Makefile +examples/sms-c/Makefile ]) AC_OUTPUT |