Packages the tests directory with 'make dist'

This commit is contained in:
Cole Robinson 2009-04-03 14:15:13 -04:00
parent 00d4c1fa13
commit 67adc74816
3 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4/
SUBDIRS = src pixmaps man po help
SUBDIRS = src pixmaps man po help tests
EXTRA_DIST = @PACKAGE@.spec COPYING-DOCS xmldocs.make omf.make \
intltool-extract.in intltool-merge.in intltool-update.in

View File

@ -35,7 +35,8 @@ AC_OUTPUT(Makefile
src/virtManager/Makefile
src/graphWidgets/Makefile
man/Makefile
tests/Makefile
virt-manager.spec
help/Makefile
help/virt-manager/Makefile
help/virt-manager/C/Makefile)
help/Makefile
help/virt-manager/Makefile
help/virt-manager/C/Makefile)

4
tests/Makefile.am Normal file
View File

@ -0,0 +1,4 @@
testsdir = $(pkgdatadir)/tests
tests_DATA = $(wildcard $(srcdir)/*.sh)
EXTRA_DIST = $(tests_DATA)