summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-06 13:09:16 +0800
committerraveit65 <[email protected]>2019-02-06 10:07:09 +0100
commit91f1dc66b6f56e57734d3048501a6c4679331290 (patch)
treea282106ac4891b9c1705b04ee544ca56f2629f90 /src/Makefile.am
parent2fde826ae189a535bfe00c15ca3ba7c51daaa08b (diff)
downloadcaja-91f1dc66b6f56e57734d3048501a6c4679331290.tar.bz2
caja-91f1dc66b6f56e57734d3048501a6c4679331290.tar.xz
Add --disable-self-check for configure
Fixed make distcheck, see #1129
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f4e50024..eed28d9c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -197,7 +197,9 @@ caja_connect_server_SOURCES = \
$(NULL)
+if ENABLE_SELF_CHECK
TESTS=check-caja
+endif
@INTLTOOL_SERVER_RULE@