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 | 2b3e407c5a815f373d89c940d0c3a57eb9c7e5ff (patch) | |
tree | dfe4c8633a303fcfe43c058bf23b2afcded71442 /tests | |
parent | 6ca66f6ed0866d0db5caf7478c7cadada1761262 (diff) | |
download | libvirt-python-v6-2b3e407c5a815f373d89c940d0c3a57eb9c7e5ff.tar.gz libvirt-python-v6-2b3e407c5a815f373d89c940d0c3a57eb9c7e5ff.tar.xz libvirt-python-v6-2b3e407c5a815f373d89c940d0c3a57eb9c7e5ff.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 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 2391bad..6b22d77 100644 --- a/tests/Makefile.am +++ b/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; \ |