Revision 1adec4be Makefile.am

b/Makefile.am
324 324
HS_LIB_SRCS = \
325 325
	htools/Ganeti/HTools/CLI.hs \
326 326
	htools/Ganeti/HTools/Cluster.hs \
327
	htools/Ganeti/HTools/Compat.hs \
327 328
	htools/Ganeti/HTools/Container.hs \
328 329
	htools/Ganeti/HTools/ExtLoader.hs \
329 330
	htools/Ganeti/HTools/Group.hs \
......
462 463
	  exit 1; \
463 464
	fi
464 465
	BINARY=$(@:htools/%=%); $(GHC) --make \
465
	  $(HFLAGS) $(HEXTRA) $(HTOOLS_NOCURL) \
466
	  $(HFLAGS) $(HEXTRA) \
467
	  $(HTOOLS_NOCURL) $(HTOOLS_PARALLEL3) \
466 468
	  -osuf $$BINARY.o -hisuf $$BINARY.hi $@
467 469

  
468 470
# for the htools/test binary, we need to enable profiling/coverage
......
1113 1115
	then OPTGHC="--optghc=$(HTOOLS_NOCURL)"; \
1114 1116
	else OPTGHC=""; \
1115 1117
	fi; \
1118
	if [ "$(HTOOLS_PARALLEL3)" ]; \
1119
	then OPTGHC="$$OPTGHC --optghc=$(HTOOLS_PARALLEL3)"; \
1120
	fi; \
1116 1121
	RELSRCS="$(HS_LIB_SRCS:htools/%=%)  $(HS_BUILT_SRCS:htools/%=%)"; \
1117 1122
	for file in $$RELSRCS; do \
1118 1123
		hfile=`echo $$file|sed 's/\\.hs$$//'`.html; \

Also available in: Unified diff