test/Makefile.am
changeset 360 c798d6db076b
parent 352 4866573c6944
child 363 c75a2d5caae9
     1.1 --- a/test/Makefile.am	Thu Feb 05 22:43:29 2009 +0000
     1.2 +++ b/test/Makefile.am	Wed Apr 22 16:27:11 2009 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  ## Process this file with automake to produce Makefile.in
     1.5  
     1.6 -check_SCRIPTS = relocate
     1.7 +check_SCRIPTS = relocate named-root
     1.8  if HAVE_LUA
     1.9    check_SCRIPTS += lua
    1.10  endif
    1.11 @@ -8,6 +8,9 @@
    1.12  relocate:	relocate.sh primary.xml.gz
    1.13  	cp $(srcdir)/relocate.sh relocate
    1.14  
    1.15 +named-root:	named-root.sh primary.xml.gz
    1.16 +	cp $(srcdir)/named-root.sh named-root
    1.17 +
    1.18  lua:	lua.sh primary.xml.gz
    1.19  	cp $(srcdir)/lua.sh lua
    1.20  
    1.21 @@ -32,6 +35,7 @@
    1.22  	zsh.spec		\
    1.23  	filesystem.spec		\
    1.24  	lua.sh			\
    1.25 +	named-root.sh		\
    1.26  	relocate.sh
    1.27  
    1.28  clean-local :