Kaydet (Commit) 2f531243 authored tarafından Rene Engelhard's avatar Rene Engelhard

fix pyuno.so install to correctly end up in gid_Module_Pyuno

... as the (empty in this case) auto_python_ALL makes the second entry
ignored

Change-Id: I1b39595b3ab8da429f45f49098d6fc7bdc4c1cba
üst 70b0634d
......@@ -38,7 +38,13 @@ Module gid_Module_Pyuno
gid_Dir_Py_PythonCore,
gid_Dir_Py_PythonCore_Bin,
gid_Dir_Py_PythonCore_Lib);
Files = (auto_python_ALL,
/* right now auto_python_ALL just seems to contain the python core, which we don't need
with system-python - and if this is empty the next one (gid_File_Pyuno) apparently doesn't
correctly end up here. */
Files = (
#ifndef SYSTEM_PYTHON
auto_python_ALL,
#endif
gid_File_Pyuno,
gid_File_Pyuno_Rdb,
gid_File_Lib_Pyuno,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment