Revision 13cc7b84 Makefile.am

b/Makefile.am
71 71
	src/Ganeti/HTools/Program \
72 72
	src/Ganeti/Hypervisor \
73 73
	src/Ganeti/Hypervisor/Xen \
74
	src/Ganeti/Monitoring \
74 75
	src/Ganeti/Query \
75 76
	test/hs \
76 77
	test/hs/Test \
......
193 194
	$(HS_ALL_PROGS) $(HS_BUILT_SRCS) \
194 195
	$(HS_BUILT_TEST_HELPERS) \
195 196
	src/ganeti-confd \
197
	src/ganeti-mond \
196 198
	.hpc/*.mix src/*.tix test/hs/*.tix \
197 199
	doc/hs-lint.html
198 200

  
......
207 209
if ENABLE_CONFD
208 210
HS_GENERATED_FILES += src/hconfd src/ganeti-confd
209 211
endif
212

  
213
if ENABLE_MOND
214
HS_GENERATED_FILES += src/ganeti-mond
215
endif
210 216
endif
211 217

  
212 218
built_base_sources = \
......
434 440
# Haskell programs to be installed in the MYEXECLIB dir
435 441
HS_MYEXECLIB_PROGS=src/mon-collector
436 442

  
437
# Haskell programs to compiled but not installed automatically
438
# Usually they have their own specific installation rules
443
# Haskell programs to be compiled by "make really-all"
439 444
HS_COMPILE_PROGS= \
445
	src/ganeti-mond \
440 446
	src/hconfd \
441 447
	src/rpc-test
442 448

  
......
530 536
	src/Ganeti/Jobs.hs \
531 537
	src/Ganeti/Logging.hs \
532 538
	src/Ganeti/Luxi.hs \
539
	src/Ganeti/Monitoring/Server.hs \
533 540
	src/Ganeti/Network.hs \
534 541
	src/Ganeti/Objects.hs \
535 542
	src/Ganeti/OpCodes.hs \
......
828 835
nodist_sbin_SCRIPTS += src/ganeti-confd
829 836
endif
830 837

  
838
if ENABLE_MOND
839
nodist_sbin_SCRIPTS += src/ganeti-mond
840
endif
841

  
831 842
python_scripts = \
832 843
	tools/cfgshell \
833 844
	tools/cfgupgrade \
......
933 944
	man/ganeti-confd.8 \
934 945
	man/ganeti-listrunner.8 \
935 946
	man/ganeti-masterd.8 \
947
	man/ganeti-mond.8 \
936 948
	man/ganeti-noded.8 \
937 949
	man/ganeti-os-interface.7 \
938 950
	man/ganeti-extstorage-interface.7 \

Also available in: Unified diff