MAINT: Fix minor missed file

This commit is contained in:
Rohit Goswami 2024-07-14 22:18:31 +00:00 committed by Mateusz Sokół
parent ecf5333c27
commit 6a7e571075
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ others_ops = [
{ 'base': 'blas_server', 'source': 'blas_server.c' },
{ 'base': 'divtable', 'source': 'divtable.c', 'addl': ['-UDOUBLE'] },
{ 'base': 'blasL1thread', 'source': 'blas_l1_thread.c' },
{ 'base': 'servercallback', 'source': 'blas_server_callback.c' },
{ 'base': 'parameter', 'source': 'parameter.c' }
]