diff --git a/libcomps/src/python/docs/doc-sources/conf.py.in b/libcomps/src/python/docs/doc-sources/conf.py.in index 4fd7feb..271e1eb 100644 --- a/libcomps/src/python/docs/doc-sources/conf.py.in +++ b/libcomps/src/python/docs/doc-sources/conf.py.in @@ -18,7 +18,7 @@ import sys, os # documentation root, use os.path.abspath to make it absolute, like shown here. import ctypes -clibcomps = ctypes.cdll.LoadLibrary("@LIBCOMPS_OUT@/libcomps.so.@VERSION@") +clibcomps = ctypes.cdll.LoadLibrary("@LIBCOMPS_OUT@/libcomps.so.@libcomps_VERSION_MAJOR@") os.environ['LD_LIBRARY_PATH'] = "%s" % "@LIBCOMPS_OUT@" print os.environ['LD_LIBRARY_PATH']