Revision 2997cb0a Makefile.am

b/Makefile.am
380 380
	--exclude Ganeti.Constants \
381 381
	--exclude Ganeti.THH \
382 382
	--exclude Ganeti.HTools.QC \
383
	--exclude Ganeti.HTools.Version \
383
	--exclude Ganeti.Version \
384 384
	--exclude Test.Ganeti.TestCommon \
385 385
	--exclude Test.Ganeti.TestHTools \
386 386
	--exclude Test.Ganeti.TestHelper \
......
467 467
HS_BUILT_SRCS = \
468 468
	htest/Test/Ganeti/TestImports.hs \
469 469
	htools/Ganeti/Constants.hs \
470
	htools/Ganeti/HTools/Version.hs
470
	htools/Ganeti/Version.hs
471 471
HS_BUILT_SRCS_IN = $(patsubst %,%.in,$(HS_BUILT_SRCS))
472 472

  
473 473
$(RUN_IN_TEMPDIR): | stamp-directories
......
1106 1106
	  $(MAKE) $(AM_MAKEFLAGS) vcs-version; \
1107 1107
	fi
1108 1108

  
1109
htools/Ganeti/HTools/Version.hs: htools/Ganeti/HTools/Version.hs.in \
1109
htools/Ganeti/Version.hs: htools/Ganeti/Version.hs.in \
1110 1110
	vcs-version $(built_base_sources)
1111 1111
	set -e; \
1112 1112
	VCSVER=`cat $(abs_top_srcdir)/vcs-version`; \

Also available in: Unified diff