summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2009-05-03 13:04:51 -0700
committerDan Nicholson <dbn.lists@gmail.com>2009-05-09 15:59:28 -0700
commit38bcc490a7afe77575ecd4f3ecf5e7703f0d6222 (patch)
treeeacbb2886e286ee18bcd3dbd7e170b3219b64a2c /configure.ac
parentb566d951d230fe6dc65d900610473de727caa201 (diff)
xts5: Build and run tests using unique names
Automake is now used to build the tests instead of "tcc -b". We can control the build more accurately and provide more portability using the autotools instead of the massive convolution of tcc. Additionally, we're going to build the tests using unique names since automake will handle that better. There's no reason to always have the program named Test. Right now this only handles the Xproto allcclr test until things get smoothed out.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 010698b7..b0ee9274 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,4 +74,6 @@ xts5/src/xim/Makefile
xts5/src/bin/Makefile
xts5/src/bin/mc/Makefile
xts5/fonts/Makefile
+xts5/tset/Makefile
+xts5/tset/Xproto/Makefile
])