- Use strictier naming scheme for pyloader
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@812 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
43b817aaed
commit
1961283f85
7 changed files with 20 additions and 20 deletions
|
@ -92,12 +92,12 @@ libpyloader_la_LDFLAGS = \
|
|||
# Please keep this in sorted order:
|
||||
libpyloader_la_SOURCES = \
|
||||
src/plugin.cc \
|
||||
src/cpu_python_policy.cc \
|
||||
src/cpu_python_policy_manager.cc
|
||||
src/python_cpu_policy.cc \
|
||||
src/python_cpu_policy_manager.cc
|
||||
|
||||
noinst_HEADERS += \
|
||||
src/cpu_python_policy.hh \
|
||||
src/cpu_python_policy_manager.hh
|
||||
src/python_cpu_policy.hh \
|
||||
src/python_cpu_policy_manager.hh
|
||||
|
||||
share_PYTHON = \
|
||||
src/Abstract.py \
|
||||
|
@ -181,8 +181,8 @@ src_testsuite_test_pyloader_LDFLAGS = \
|
|||
$(PYTHON_EXTRA_LDFLAGS)
|
||||
src_testsuite_test_pyloader_SOURCES = \
|
||||
src/testsuite/test-python_loader.cc \
|
||||
src/cpu_python_policy.cc \
|
||||
src/cpu_python_policy_manager.cc
|
||||
src/python_cpu_policy.cc \
|
||||
src/python_cpu_policy_manager.cc
|
||||
|
||||
noinst_PYTHON += src/testsuite/python_loader_configure.py \
|
||||
src/testsuite/python_loader_sort_queue.py \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue