File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,10 @@ halib_PROGRAMS = crmd
24
24
25
25
# # SOURCES
26
26
27
- noinst_HEADERS = crmd.h crmd_fsa.h crmd_messages.h fsa_defines.h \
28
- fsa_matrix.h fsa_proto.h crmd_utils.h crmd_callbacks.h \
29
- crmd_lrm.h te_callbacks.h tengine.h
27
+ noinst_HEADERS = crmd_alerts.h crmd_callbacks.h crmd_fsa.h crmd.h \
28
+ crmd_lrm.h crmd_messages.h crmd_utils.h fsa_defines.h \
29
+ fsa_matrix.h fsa_proto.h membership.h te_callbacks.h \
30
+ tengine.h throttle.h
30
31
31
32
crmd_CFLAGS = $(CFLAGS_HARDENED_EXE )
32
33
crmd_LDFLAGS = $(LDFLAGS_HARDENED_EXE )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ halib_PROGRAMS = stonithd stonith-test
27
27
sbin_PROGRAMS = stonith_admin
28
28
sbin_SCRIPTS = fence_legacy fence_pcmk
29
29
30
- noinst_HEADERS = internal.h
30
+ noinst_HEADERS = internal.h standalone_config.h
31
31
32
32
if BUILD_XML_HELP
33
33
man7_MANS = stonithd.7
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ COMMONLIBS = \
26
26
$(top_builddir ) /lib/cib/libcib.la \
27
27
$(CURSESLIBS ) $(CLUSTERLIBS )
28
28
29
+ noinst_HEADERS = crm_resource.h fake_transition.h
30
+
29
31
pcmkdir = $(datadir ) /$(PACKAGE )
30
32
pcmk_DATA = report.common report.collector
31
33
You can’t perform that action at this time.
0 commit comments