diff options
author | 2007-04-02 20:02:28 +0000 | |
---|---|---|
committer | 2007-04-02 20:02:28 +0000 | |
commit | fa84d868b4ddf6aa8ca536a83c587e2c2656473e (patch) | |
tree | 92ac29691f4193f7d6f69d2e4dc88f96f9b3710c /Makefile.am | |
parent | 145dc6e8cc34c168ea6ad0862574e05138a3401f (diff) | |
download | paludis-fa84d868b4ddf6aa8ca536a83c587e2c2656473e.tar.gz paludis-fa84d868b4ddf6aa8ca536a83c587e2c2656473e.tar.xz |
Move cran around
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 c911b4dbc..ed74a1567 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ MAINTAINERCLEANFILES = Makefile.in configure config/* aclocal.m4 \ config.h config.h.in INSTALL COPYING AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip std-options EXTRA_DIST = autogen.bash automake-deps-dist-hack.tmp -SUBDIRS = misc tr1 test paludis cran ruby src doc hooks eselect bash-completion zsh-completion +SUBDIRS = misc tr1 test paludis ruby src doc hooks eselect bash-completion zsh-completion DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-glsa \ --with-ruby-install-dir='$${DESTDIR}$${prefix}/ruby_dir' \ |