Revision d71f59e9 snf-image-host/Makefile.am

b/snf-image-host/Makefile.am
4 4
progress_monitor_support=no
5 5
endif
6 6

  
7
if PITHOSIMGSUPPORT
8
pithos_backend_support=yes
9
else
10
pithos_backend_support=no
11
endif
12

  
13
if NETWORKIMGSUPPORT
14
network_backend_support=yes
15
else
16
network_backend_support=no
17
endif
18

  
7 19
osname=$(PACKAGE)
8 20
osdir=$(OS_DIR)/$(osname)
9 21
defaultdir=$(DEFAULT_DIR)
......
38 50
	   -e 's|@QEMU_IMG[@]|$(QEMU_IMG)|g' \
39 51
	   -e 's|@INSTALL_MBR[@]|$(INSTALL_MBR)|g' \
40 52
	   -e 's|@PROGRESS_MONITOR[@]|$(PROGRESS_MONITOR)|g' \
41
	   -e 's|@progress_monitor_support[@]|$(progress_monitor_support)|g'
53
	   -e 's|@progress_monitor_support[@]|$(progress_monitor_support)|g' \
54
	   -e 's|@pithos_backend_support[@]|$(pithos_backend_support)|g' \
55
	   -e 's|@network_backend_support[@]|$(network_backend_support)|g'
42 56

  
43 57
%:%.in Makefile
44 58
	rm -f $@ $@.tmp

Also available in: Unified diff