~ubuntu-x-swat/xorg-server/xsmoke

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bryce Harrington
  • Date: 2008-12-12 00:20:56 UTC
  • mfrom: (11.1.3 trunk)
  • Revision ID: bryce@chideok-20081212002056-p8z6pd5k2b4wfw31
Merge packaging.  Thanks Marc!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to create Makefile.in
 
2
AUTOMAKE_OPTIONS = no-dependencies
 
3
 
 
4
# architecture-independent data files
 
5
testsdir = $(DESTDIR)$(datadir)/xsmoke/tests
 
6
 
 
7
install-data-hook:
 
8
        mkdir -p $(testsdir)
 
9
        find -name xst-\*.sh -type f -exec cp {} $(testsdir) \;