diff --git a/Makefile.am b/Makefile.am index 20f82939d6aa0e24d56b94e4bc20c71aa3a8670e..2a879f218da82ebbeb4d42c0631966e583776538 100644 --- a/Makefile.am +++ b/Makefile.am @@ -316,7 +316,9 @@ HFLAGS = -O -Wall -fwarn-monomorphism-restriction -fwarn-tabs -ihtools # extra flags that can be overriden on the command line HEXTRA = # exclude options for coverage reports -HPCEXCL = --exclude Main --exclude Ganeti.HTools.QC +HPCEXCL = --exclude Main --exclude Ganeti.HTools.QC \ + --exclude Ganeti.Constants \ + --exclude Ganeti.HTools.Version HS_LIB_SRCS = \ htools/Ganeti/HTools/CLI.hs \