diff options
Diffstat (limited to 'daemons/Makefile.am')
-rw-r--r-- | daemons/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/daemons/Makefile.am b/daemons/Makefile.am new file mode 100644 index 0000000..743320b --- /dev/null +++ b/daemons/Makefile.am @@ -0,0 +1,11 @@ +# +# Copyright 2018 the Pacemaker project contributors +# +# The version control history for this file may have further details. +# +# This source code is licensed under the GNU General Public License version 2 +# or later (GPLv2+) WITHOUT ANY WARRANTY. +# + +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = based schedulerd attrd controld execd fenced pacemakerd |