summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-06 13:09:16 +0800
committerraveit65 <[email protected]>2019-02-08 14:30:33 +0100
commit89a3be236969d9dfb8823ded695ccb7260dba454 (patch)
treef70a8b21d097b200a396b5634619751372f80579 /src
parente6bfa078d6b88f1e968b67b795f31beeb9bb8122 (diff)
downloadcaja-89a3be236969d9dfb8823ded695ccb7260dba454.tar.bz2
caja-89a3be236969d9dfb8823ded695ccb7260dba454.tar.xz
Add --disable-self-check for configure
Fixed make distcheck, see #1129
Diffstat (limited to 'src')
-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@