summaryrefslogtreecommitdiffstats
path: root/include/crm/Makefile.am
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:45:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:45:40 +0000
commit07d7f4cfa4b10de87a31b68191036ff446add675 (patch)
tree7162524d8aaf1aef62d2f4fa51f595ed113981ff /include/crm/Makefile.am
parentAdding upstream version 2.1.6. (diff)
downloadpacemaker-07d7f4cfa4b10de87a31b68191036ff446add675.tar.xz
pacemaker-07d7f4cfa4b10de87a31b68191036ff446add675.zip
Adding upstream version 2.1.7.upstream/2.1.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'include/crm/Makefile.am')
-rw-r--r--include/crm/Makefile.am23
1 files changed, 17 insertions, 6 deletions
diff --git a/include/crm/Makefile.am b/include/crm/Makefile.am
index 6dd52fd..95564b8 100644
--- a/include/crm/Makefile.am
+++ b/include/crm/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright 2004-2021 the Pacemaker project contributors
+# Copyright 2004-2023 the Pacemaker project contributors
#
# The version control history for this file may have further details.
#
@@ -11,12 +11,23 @@ MAINTAINERCLEANFILES = Makefile.in
headerdir=$(pkgincludedir)/crm
-header_HEADERS = cib.h cluster.h compatibility.h crm.h \
- lrmd.h msg_xml.h services.h stonith-ng.h \
+header_HEADERS = cib.h \
+ cluster.h \
+ compatibility.h \
+ crm.h \
crm_compat.h \
+ lrmd.h \
+ lrmd_events.h \
+ msg_xml.h \
msg_xml_compat.h \
- services_compat.h
+ services.h \
+ services_compat.h \
+ stonith-ng.h
-noinst_HEADERS = lrmd_internal.h services_internal.h
+noinst_HEADERS = $(wildcard *_internal.h)
-SUBDIRS = common pengine cib fencing cluster
+SUBDIRS = common \
+ pengine \
+ cib \
+ fencing \
+ cluster