diff options
author | John Klug <john.klug@multitech.com> | 2018-04-10 14:44:56 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-04-10 14:44:56 -0500 |
commit | 8f19a2fae43f9c35def0fc8e6f48315f1d13b144 (patch) | |
tree | bf37b169117130703cbdb448171a6c7788d0f39c /util | |
parent | 3c3a403e0e2c601f8610eff59ebc761fe3e4bab8 (diff) | |
download | mts-io-8f19a2fae43f9c35def0fc8e6f48315f1d13b144.tar.gz mts-io-8f19a2fae43f9c35def0fc8e6f48315f1d13b144.tar.bz2 mts-io-8f19a2fae43f9c35def0fc8e6f48315f1d13b144.zip |
Add the autotools make for mts-util-lora2-reset
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index e34596a..a3355d6 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = gnu AM_CFLAGS = -Wall - +mts_util_lora2_reset_SOURCES = mts_util_lora2_reset.c sbin_PROGRAMS = mts-util-lora2-reset |