Revision 7959b875

b/Makefile.am
593 593
endif
594 594

  
595 595
# Haskell programs to be compiled by "make really-all"
596
HS_COMPILE_PROGS= \
596
HS_COMPILE_PROGS = \
597 597
	src/ganeti-kvmd \
598
	src/ganeti-mond \
599
	src/hconfd \
600 598
	src/hluxid \
601 599
	src/hs2py \
602 600
	src/rpc-test
601
if ENABLE_CONFD
602
HS_COMPILE_PROGS += src/hconfd
603
endif
604
if ENABLE_MOND
605
HS_COMPILE_PROGS += src/ganeti-mond
606
endif
603 607

  
604 608
# All Haskell non-test programs to be compiled but not automatically installed
605 609
HS_PROGS = $(HS_BIN_PROGS) $(HS_MYEXECLIB_PROGS)

Also available in: Unified diff