summaryrefslogtreecommitdiff
path: root/python/test
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-01-08 23:27:51 +0000
committerjbj <devnull@localhost>2003-01-08 23:27:51 +0000
commit24e18d4b3f38d7f7c2c4564b4026290fe7318e70 (patch)
tree5fda3188bf8bf6e46c2720c84ed1e11808b46b83 /python/test
parent0635d0ad62a786cb357ae43e602d77cbfb03f59c (diff)
downloadrpm-24e18d4b3f38d7f7c2c4564b4026290fe7318e70.tar.gz
rpm-24e18d4b3f38d7f7c2c4564b4026290fe7318e70.tar.bz2
rpm-24e18d4b3f38d7f7c2c4564b4026290fe7318e70.zip
Teach python subdirs lib64 too.
CVS patchset: 6003 CVS date: 2003/01/08 23:27:51
Diffstat (limited to 'python/test')
-rw-r--r--python/test/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/test/Makefile.am b/python/test/Makefile.am
index 5e7c89809..667ad87c8 100644
--- a/python/test/Makefile.am
+++ b/python/test/Makefile.am
@@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = 1.4 foreign
PYVER= @WITH_PYTHON_VERSION@
+pylibdir = $(shell python -c 'import sys; print sys.path[1]')
+
EXTRA_DIST = \
test_all.py test_associate.py test_basics.py test_compat.py \
test_dbobj.py test_dbshelve.py test_dbtables.py test_get_none.py \