summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@src.gnome.org>2007-12-11 23:19:28 +0000
committerSergey V. Udaltsov <svu@src.gnome.org>2007-12-11 23:19:28 +0000
commit3c60104d7156b28f704ec4482dec07513fba8c0a (patch)
tree7f2d488c8d699d44cdd50ad40ab85332c9154b80 /Makefile.am
parent0bc4c8ea0c839ab9f7a8de6c908f78018efaf170 (diff)
downloadlibgnomekbd-3c60104d7156b28f704ec4482dec07513fba8c0a.tar.gz
make tests optional
svn path=/trunk/; revision=203
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5f54f6e..4ec3abd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,8 @@
-SUBDIRS = libgnomekbd test capplet po
+if BUILD_TESTS
+TEST = test
+endif
+
+SUBDIRS = libgnomekbd $(TEST) capplet po
ACLOCAL_AMFLAGS = -I m4