summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-01-08 18:21:49 +0100
committerinfirit <[email protected]>2014-01-09 00:23:46 +0100
commit6eeee715e1cf4734481c36e876696bf172d562cd (patch)
tree67bc388f6862b0d343753d8f64f125af342a4015 /Makefile.am
parent5561a9a9080d218c8b935d133f7f50d9efc41d77 (diff)
downloadpython-caja-6eeee715e1cf4734481c36e876696bf172d562cd.tar.bz2
python-caja-6eeee715e1cf4734481c36e876696bf172d562cd.tar.xz
Fix distcheck so it works without root privilege
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 c9e0935..01df24c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,4 +11,4 @@ pkgconfig_DATA = caja-python.pc
EXTRA_DIST = caja-python.pc.in
-DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck'