Revision 332b1340 Makefile.am

b/Makefile.am
60 60
	htools/Ganeti/Block \
61 61
	htools/Ganeti/Block/Drbd \
62 62
	htools/Ganeti/Confd \
63
	htools/Ganeti/DataCollectors \
63 64
	htools/Ganeti/HTools \
64 65
	htools/Ganeti/HTools/Backend \
65 66
	htools/Ganeti/HTools/Program \
......
113 114
	$(APIDOC_HS_DIR)/Ganeti/Block \
114 115
	$(APIDOC_HS_DIR)/Ganeti/Block/Drbd \
115 116
	$(APIDOC_HS_DIR)/Ganeti/Confd \
117
	$(APIDOC_HS_DIR)/Ganeti/DataCollectors \
116 118
	$(APIDOC_HS_DIR)/Ganeti/HTools \
117 119
	$(APIDOC_HS_DIR)/Ganeti/HTools/Backend \
118 120
	$(APIDOC_HS_DIR)/Ganeti/HTools/Program \
......
404 406
	doc/virtual-cluster.rst \
405 407
	doc/walkthrough.rst
406 408

  
407
HS_PROGS = htools/htools
409
HS_PROGS = htools/htools htools/mon-collector
408 410
HS_BIN_ROLES = hbal hscan hspace hinfo hcheck
409 411
HS_HTOOLS_PROGS = $(HS_BIN_ROLES) hail
410 412

  
......
452 454
	htools/Ganeti/Confd/Utils.hs \
453 455
	htools/Ganeti/Config.hs \
454 456
	htools/Ganeti/Daemon.hs \
457
	htools/Ganeti/DataCollectors/Drbd.hs \
458
	htools/Ganeti/DataCollectors/Program.hs \
455 459
	htools/Ganeti/Errors.hs \
456 460
	htools/Ganeti/HTools/Backend/IAlloc.hs \
457 461
	htools/Ganeti/HTools/Backend/Luxi.hs \
......
743 747
myexeclib_SCRIPTS = \
744 748
	daemons/daemon-util \
745 749
	tools/kvm-ifup \
746
	$(pkglib_python_scripts)
750
	$(pkglib_python_scripts) \
751
	htools/mon-collector
747 752

  
748 753
nodist_myexeclib_SCRIPTS = \
749 754
	$(nodist_pkglib_python_scripts)
......
829 834
	man/hinfo.1 \
830 835
	man/hscan.1 \
831 836
	man/hspace.1 \
832
	man/htools.1
837
	man/htools.1 \
838
	man/mon-collector.7
833 839

  
834 840
manrst = $(patsubst %.1,%.rst,$(patsubst %.7,%.rst,$(patsubst %.8,%.rst,$(man_MANS))))
835 841
manhtml = $(patsubst %.rst,%.html,$(manrst))

Also available in: Unified diff