Include test.xml in the distribution since it is needed for make check.
authorJ. Ali Harlow <ali@juiblex.co.uk>
Fri Jan 09 18:59:38 2009 +0000 (2009-01-09)
changeset 3438bce3ff205bb
parent 342 d335ae172331
child 344 1b54aa2137d3
Include test.xml in the distribution since it is needed for make check.
src/Makefile.am
     1.1 --- a/src/Makefile.am	Fri Jan 09 17:34:15 2009 +0000
     1.2 +++ b/src/Makefile.am	Fri Jan 09 18:59:38 2009 +0000
     1.3 @@ -32,6 +32,9 @@
     1.4  
     1.5  TESTS = test-driver
     1.6  
     1.7 +EXTRA_DIST = 			\
     1.8 +	test.xml
     1.9 +
    1.10  clean-local :
    1.11  	rm -f *~
    1.12