diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-10-07 14:08:35 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-10-07 14:08:35 -0700 |
commit | 0b80796afac449f1d2deed14e17782f6ae875683 (patch) | |
tree | 443fcd8175f4bb1a2e8115258b17fec7c3fbd37b /xts5/Makefile.am | |
parent | b912964458273e2a1a21e0d03c1cb14acc0204bf (diff) |
xts5: Only install tetexec.cfg template file
While it would be nice to generate a single tetexec.cfg file for all
hosts, some of the details are runtime specific. Part of the test
process will have to be generating tetexec.cfg from the template.
Diffstat (limited to 'xts5/Makefile.am')
-rw-r--r-- | xts5/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xts5/Makefile.am b/xts5/Makefile.am index 3224a0bf..b494e9bd 100644 --- a/xts5/Makefile.am +++ b/xts5/Makefile.am @@ -2,8 +2,9 @@ include common.mk SUBDIRS = . src fonts scenarios -xts5_DATA = tetexec.cfg tet_scen +xts5_DATA = tetexec.cfg.in tet_scen xts5dir = $(datadir)/xts5 +check_DATA = tetexec.cfg XTS_CONFIG = TET_ROOT='$(TET_ROOT)' DISPLAY='$(XT_DISPLAY)' \ XSET='$(XSET)' XDPYINFO='$(XDPYINFO)' \ |