diff options
author | Bastien Nocera <hadess@hadess.net> | 2009-11-30 18:48:51 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2009-11-30 18:49:33 +0000 |
commit | 28e06939ad317d549fa6052f77697309d6a1f701 (patch) | |
tree | a92fb65b05907ae42982ee84cf3d4698cef5fb17 /Makefile.am | |
parent | f643cedcf72a15aa9ce1545d842e827a7473e839 (diff) | |
download | totem-28e06939ad317d549fa6052f77697309d6a1f701.tar.gz |
Fix distchecking problems with the nautilus extension
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4dab38e48..f81a37d62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ DISTCLEANFILES = intltool-extract intltool-merge intltool-update \ gnome-doc-utils.make DIST_SUBDIRS = $(SUBDIRS) browser-plugin -DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc --with-nautilusdir='$${libdir}/nautilus/extensions-2.0-distcheck' # Build ChangeLog from GIT history ChangeLog: |