summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-12-30 19:00:16 +0100
committerHenrik Rydberg <rydberg@euromail.se>2011-01-02 09:48:33 +0100
commitab67ba5e161c4d65128fc5eada6845a543464759 (patch)
treef34d3f985a32418045bcec87a245e23ad378ce03 /configure.ac
parenta70656bd749b1989cdf564b535c0aede8ebf4666 (diff)
Move test program to tools directory
The current test programs are tools rather than automatic tests. To conform better to the the usage of "make check", move the current tools over the appropriate directory. Also drop the grail-touch program, as it will be replaced by the utouch-frame package. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 21f070e..0f75818 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,7 @@ PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.0])
26 26
27AC_CONFIG_FILES([Makefile 27AC_CONFIG_FILES([Makefile
28 src/Makefile 28 src/Makefile
29 tools/Makefile
29 test/Makefile 30 test/Makefile
30 utouch-grail.pc]) 31 utouch-grail.pc])
31AC_OUTPUT 32AC_OUTPUT