summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2011-10-23 18:40:54 +0200
committerNick Schermer <nick@xfce.org>2011-10-23 18:45:41 +0200
commit48ceeac682c132464446240da7f1c6af300736bb (patch)
treec0381a3d186e4d4ae6b6f6a6e0c553ee3ef572eb /Makefile.am
parent539589ad6d106ff94e6b4ca6a2008a150ded6eb5 (diff)
downloadxfce4-session-48ceeac682c132464446240da7f1c6af300736bb.tar.gz
Fix dist-check.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c5052743..ce99958f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,6 +54,7 @@ ChangeLog: Makefile
dist-hook: ChangeLog
DISTCHECK_CONFIGURE_FLAGS = \
- --enable-gen-doc
+ --enable-gen-doc \
+ --with-xsession-prefix=/tmp/$(PACKAGE)-distcheck
# vi:set ts=8 sw=8 noet ai nocindent: