From f8d0b344ae1b2dc3894c1a597c0565911b762742 Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 19 Jan 2021 17:21:32 -0600 Subject: softdog-mon for monitoring a system using kernel module "softdog" --- src/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..dba3d24 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,6 @@ +## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = gnu +AM_CFLAGS = -Wall + +sbin_PROGRAMS = softdog-mon hog + -- cgit v1.2.3