Revision 73b0fa69 Makefile.am

b/Makefile.am
355 355
	doc/walkthrough.rst
356 356

  
357 357
HS_PROGS = htools/htools
358
if WANT_CONFD
359
HS_PROGS += htools/hconfd
360
endif
361 358
HS_BIN_ROLES = hbal hscan hspace hinfo
362 359

  
363
HS_ALL_PROGS = $(HS_PROGS) htools/test htools/hpc-htools
360
HS_ALL_PROGS = $(HS_PROGS) htools/test htools/hpc-htools htools/hconfd
364 361
HS_PROG_SRCS = $(patsubst %,%.hs,$(HS_ALL_PROGS))
365 362
HS_BUILT_TEST_HELPERS = $(HS_BIN_ROLES:%=test/%) test/hail
366 363

  
......
485 482
	scripts/gnt-os
486 483

  
487 484
PYTHON_BOOTSTRAP_SBIN = \
488
	daemons/ganeti-confd \
489 485
	daemons/ganeti-masterd \
490 486
	daemons/ganeti-noded \
491 487
	daemons/ganeti-watcher \
492 488
	daemons/ganeti-rapi \
493 489
	$(gnt_scripts)
494 490

  
491
if PY_CONFD
492
PYTHON_BOOTSTRAP_SBIN += daemons/ganeti-confd
493
endif
494

  
495 495
PYTHON_BOOTSTRAP = \
496 496
	$(PYTHON_BOOTSTRAP_SBIN) \
497 497
	tools/ensure-dirs
......
523 523
		$(LN_S) -f htools \
524 524
			   $(DESTDIR)$(bindir)/$$role ; \
525 525
	done
526
if HS_CONFD
527
	mv $(DESTDIR)$(sbindir)/hconfd $(DESTDIR)$(sbindir)/ganeti-confd
528
endif
526 529
endif
527 530

  
528 531
$(HS_ALL_PROGS): %: %.hs $(HS_LIB_SRCS) $(HS_BUILT_SRCS) Makefile
......
573 576
	$(PYTHON_BOOTSTRAP_SBIN) \
574 577
	daemons/ganeti-cleaner
575 578

  
579
if HS_CONFD
580
nodist_sbin_SCRIPTS += htools/hconfd
581
endif
582

  
576 583
python_scripts = \
577 584
	tools/burnin \
578 585
	tools/cfgshell \
......
1109 1116
	    echo "HTOOLS = False"; \
1110 1117
	  fi; \
1111 1118
	  echo "ENABLE_CONFD = $(ENABLE_CONFD)"; \
1119
	  echo "PY_CONFD = $(PY_CONFD)"; \
1120
	  echo "HS_CONFD = $(HS_CONFD)"; \
1112 1121
	} > $@
1113 1122

  
1114 1123
lib/_vcsversion.py: Makefile vcs-version | lib/.dir

Also available in: Unified diff