From 82fa42fe835a5fa1ee64bd7f41f44e54f868a809 Mon Sep 17 00:00:00 2001 From: Digimer Date: Wed, 31 Mar 2021 11:56:10 -0400 Subject: [PATCH] * Added scan-filesystems the Makefile.am Signed-off-by: Digimer --- scancore-agents/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scancore-agents/Makefile.am b/scancore-agents/Makefile.am index ab3a84b9..f9821add 100644 --- a/scancore-agents/Makefile.am +++ b/scancore-agents/Makefile.am @@ -31,6 +31,14 @@ dist_drbd_DATA = \ dist_drbd_SCRIPTS = \ scan-drbd/scan-drbd +filesystemsdir = ${targetdir}/scan-filesystems +dist_filesystems_DATA = \ + scan-filesystems.xml \ + scan-filesystems.sql + +dist_filesystems_SCRIPTS = \ + scan-filesystems + hardwaredir = ${targetdir}/scan-hardware dist_hardware_DATA = \ scan-hardware/scan-hardware.xml \