diff options
author | 2008-06-15 22:50:58 +0100 | |
---|---|---|
committer | 2008-06-15 22:50:58 +0100 | |
commit | 6fc2698c86517b4b2a5df3d35dd9379c157d1e9f (patch) | |
tree | 8bb363420aada416242b0c527ba73b5ea915920c /Makefile.am | |
parent | 5d0d541d3cdfa9b86855914a75599c6cdca0830b (diff) | |
download | paludis-6fc2698c86517b4b2a5df3d35dd9379c157d1e9f.tar.gz paludis-6fc2698c86517b4b2a5df3d35dd9379c157d1e9f.tar.xz |
Remove repo.eselect
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 7858ae390..61d1e69b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ MAINTAINERCLEANFILES = Makefile.in configure config/* aclocal.m4 \ config.h config.h.in INSTALL AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip std-options foreign EXTRA_DIST = autogen.bash automake-deps-dist-hack.tmp -SUBDIRS = misc test paludis python ruby src doc hooks eselect vim bash-completion zsh-completion pkg-config +SUBDIRS = misc test paludis python ruby src doc hooks vim bash-completion zsh-completion pkg-config DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-ruby-doc --enable-glsa --enable-vim --enable-python \ --with-ruby-install-dir='$${DESTDIR}$${prefix}/ruby_dir' \ |