Skip to content

Commit f6f18a5

Browse files
committed
Low: build: ensure private headers are listed in noinst_HEADERS
1 parent 60ed0b0 commit f6f18a5

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

crmd/Makefile.am

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ halib_PROGRAMS = crmd
2424

2525
## SOURCES
2626

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
3031

3132
crmd_CFLAGS = $(CFLAGS_HARDENED_EXE)
3233
crmd_LDFLAGS = $(LDFLAGS_HARDENED_EXE)

fencing/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ halib_PROGRAMS = stonithd stonith-test
2727
sbin_PROGRAMS = stonith_admin
2828
sbin_SCRIPTS = fence_legacy fence_pcmk
2929

30-
noinst_HEADERS = internal.h
30+
noinst_HEADERS = internal.h standalone_config.h
3131

3232
if BUILD_XML_HELP
3333
man7_MANS = stonithd.7

tools/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ COMMONLIBS = \
2626
$(top_builddir)/lib/cib/libcib.la \
2727
$(CURSESLIBS) $(CLUSTERLIBS)
2828

29+
noinst_HEADERS = crm_resource.h fake_transition.h
30+
2931
pcmkdir = $(datadir)/$(PACKAGE)
3032
pcmk_DATA = report.common report.collector
3133

0 commit comments

Comments
 (0)