From e3564f6a63fbb256ed721b7370a5f57cf273d02e Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 29 Mar 2016 11:51:03 -0400 Subject: [PATCH] add zmtelemtry.pl --- scripts/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 1fe0a96a8..2657b8653 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -19,7 +19,8 @@ bin_SCRIPTS = \ zmcontrol.pl \ zmtrack.pl \ zmcamtool.pl \ - zmsystemctl.pl + zmsystemctl.pl \ + zmtelemetry.pl SUBDIRS = \ . \ @@ -39,6 +40,7 @@ EXTRA_DIST = \ zmtrack.pl.in \ zmcamtool.pl.in \ zmsystemctl.pl.in \ + zmtelemtry.pl.in \ ZoneMinder/Makefile.PL \ ZoneMinder/README \ ZoneMinder/Changes \