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 \