diff options
author | infirit <[email protected]> | 2013-10-18 17:51:25 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-18 17:53:08 +0200 |
commit | 8d268d4f7dbdfb66b66880ea4cdf81a756396bf4 (patch) | |
tree | 86b569c3484db784fb00a454451b490ca5a8e3cc /Makefile.am | |
parent | 7f698a6b163da556164b9b92d11d8d54498bddb5 (diff) | |
download | engrampa-8d268d4f7dbdfb66b66880ea4cdf81a756396bf4.tar.bz2 engrampa-8d268d4f7dbdfb66b66880ea4cdf81a756396bf4.tar.xz |
Fix distcheck so it can run without root privilage
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 514a751..40554c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,8 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper +DISTCHECK_CONFIGURE_FLAGS = --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' + MAINTAINERCLEANFILES = \ $(srcdir)/INSTALL \ |