Revision 6cccd4d3 Makefile.am

b/Makefile.am
2 2

  
3 3
if WINSUPPORT
4 4
windowscustomdir=${sysconfdir}/ganeti/instance-image/hooks/windows
5
windows_support=yes
6
else
7
windows_support=no
5 8
endif
6 9

  
7 10
configdir=${sysconfdir}/ganeti/instance-image
......
41 44
	   -e 's|@KPARTX[@]|$(KPARTX)|g' \
42 45
	   -e 's|@SFDISK[@]|$(SFDISK)|g' \
43 46
	   -e 's|@QEMU_IMG[@]|$(QEMU_IMG)|g' \
47
	   -e 's|@windows_support[@]|$(windows_support)|g' \
44 48
	   -e 's|@NTFSCLONE[@]|$(NTFSCLONE)|g' \
45 49
	   -e 's|@NTFSRESIZE[@]|$(NTFSRESIZE)|g' \
46 50
	   -e 's|@XMLSTARLET[@]|$(XMLSTARLET)|g' \
47 51
	   -e 's|@INSTALL_MBR[@]|$(INSTALL_MBR)|g'
48

  
52
	   
49 53

  
50 54
tools_builddir:
51 55
	@mkdir_p@ tools

Also available in: Unified diff