Revision 26916aad Makefile.am

b/Makefile.am
103 103
	doc/examples/hooks/ipsec \
104 104
	$(man_MANS) \
105 105
	$(manhtml) \
106
	tools/kvm-ifup \
106 107
	stamp-srclinks \
107 108
	$(nodist_pkgpython_PYTHON)
108 109

  
......
364 365
pkglib_SCRIPTS = \
365 366
	daemons/daemon-util \
366 367
	daemons/ensure-dirs \
368
	tools/kvm-ifup \
367 369
	$(pkglib_python_scripts)
368 370

  
369 371
EXTRA_DIST = \
......
383 385
	daemons/ganeti-cleaner.in \
384 386
	$(pkglib_python_scripts) \
385 387
	devel/upload.in \
388
	tools/kvm-ifup.in \
386 389
	$(docdot) \
387 390
	$(docpng) \
388 391
	$(docrst) \
......
571 574

  
572 575
test/ganeti-cleaner_unittest.bash: daemons/ganeti-cleaner
573 576

  
577
tools/kvm-ifup: tools/kvm-ifup.in $(REPLACE_VARS_SED)
578
	sed -f $(REPLACE_VARS_SED) < $< > $@
579
	chmod +x $@
580

  
574 581
devel/upload: devel/upload.in $(REPLACE_VARS_SED)
575 582
	sed -f $(REPLACE_VARS_SED) < $< > $@
576 583
	chmod u+x $@

Also available in: Unified diff