14 lines
376 B
Diff
14 lines
376 B
Diff
|
diff --git a/tools/Makefile.am b/tools/Makefile.am
|
||
|
index e8d0587..89b0b07 100644
|
||
|
--- a/tools/Makefile.am
|
||
|
+++ b/tools/Makefile.am
|
||
|
@@ -33,7 +33,7 @@ pcmk_DATA = report.common report.collector
|
||
|
|
||
|
sbin_SCRIPTS = crm_report crm_standby crm_master crm_failcount
|
||
|
if BUILD_CIBSECRETS
|
||
|
-sbin_SCRIPTS += cibsecret
|
||
|
+#sbin_SCRIPTS += cibsecret
|
||
|
endif
|
||
|
EXTRA_DIST = $(sbin_SCRIPTS)
|
||
|
|