diff options
author | Daniel Veillard <veillard@redhat.com> | 2006-02-21 13:23:16 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2006-02-21 13:23:16 +0000 |
commit | d3a15eb3031482616bf7c38dc92218c8ddfd80c0 (patch) | |
tree | d6076dc28742a921ac3950ce48f4bbbfd0f3c705 /python/tests | |
parent | * src/libvirt.c src/xend_internal.c src/xend_internal.h: move the (diff) | |
download | libvirt-d3a15eb3031482616bf7c38dc92218c8ddfd80c0.tar.gz libvirt-d3a15eb3031482616bf7c38dc92218c8ddfd80c0.tar.bz2 libvirt-d3a15eb3031482616bf7c38dc92218c8ddfd80c0.zip |
* TODO: updated
* python/tests/Makefile.am: fix a small PYTHONPATH bug
* docs//*: fixed the xsl a bit for toc names, added doc for
the python bindings, regenerated
Daniel
Diffstat (limited to 'python/tests')
-rw-r--r-- | python/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/Makefile.am b/python/tests/Makefile.am index 2391bad81..6b22d7781 100644 --- a/python/tests/Makefile.am +++ b/python/tests/Makefile.am @@ -8,7 +8,7 @@ EXTRA_DIST = $(PYTESTS) if WITH_PYTHON tests: $(PYTESTS) @echo "## running Python regression tests" - -@(PYTHONPATH="..:../src/.libs:$(srcdir)/../src:$$PYTHONPATH" ; \ + -@(PYTHONPATH="..:../.libs:../src/.libs:$(srcdir)/../src:$$PYTHONPATH";\ export PYTHONPATH; \ LD_LIBRARY_PATH="$(top_builddir)/src/.libs:$$LD_LIBRARY_PATH" ; \ export LD_LIBRARY_PATH; \ |