summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-30 00:21:05 -0400
committerRay Strode <rstrode@redhat.com>2008-05-30 00:21:05 -0400
commit4f635e04a66ec3c9f96edf662878204c2cb60e34 (patch)
treedeba0534ad8754fcd47f23d08047bc0c5cfa0cbb /Makefile.am
parent5caee621a217e5693d89dd11a67943600e34e6c3 (diff)
downloadplymouth-4f635e04a66ec3c9f96edf662878204c2cb60e34.tar.gz
plymouth-4f635e04a66ec3c9f96edf662878204c2cb60e34.tar.xz
plymouth-4f635e04a66ec3c9f96edf662878204c2cb60e34.zip
Conditionalize tests with configure option
We do this so we can disable them from distcheck, but still build them easily when not doing distcheck.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 17938cb..b08d896 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = src scripts
-DISTCHECK_CONFIGURE_FLAGS = --without-boot-entry
+DISTCHECK_CONFIGURE_FLAGS = --without-boot-entry --disable-tests
EXTRA_DIST = ChangeLog \
README