diff options
author | 2007-05-04 21:47:07 +0000 | |
---|---|---|
committer | 2007-05-04 21:47:07 +0000 | |
commit | 02e73e7f00154bdfebac199dd6a6ea1620f83132 (patch) | |
tree | b080378daed0a54623ceddc3bb207298ab81723e /Makefile.am | |
parent | 62ca07c8be79011d6eb1640571b1d8cc71908922 (diff) | |
download | paludis-02e73e7f00154bdfebac199dd6a6ea1620f83132.tar.gz paludis-02e73e7f00154bdfebac199dd6a6ea1620f83132.tar.xz |
Initial import of Python bindings.
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 be34792bc..2a73c81fb 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 ruby src doc hooks eselect vim bash-completion zsh-completion +SUBDIRS = misc tr1 test paludis python ruby src doc hooks eselect vim bash-completion zsh-completion DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-glsa \ --with-ruby-install-dir='$${DESTDIR}$${prefix}/ruby_dir' \ |