Changes in uspace/srv/taskmon/meson.build [dbae3b6:8f04992] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/taskmon/meson.build
rdbae3b6 r8f04992 1 1 # 2 # Copyright (c) 202 4Jiri Svoboda2 # Copyright (c) 2023 Jiri Svoboda 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 deps = [ 'corecfg' , 'sif']29 deps = [ 'corecfg' ] 30 30 src = files('taskmon.c')
Note:
See TracChangeset
for help on using the changeset viewer.