Skip to content

Commit

Permalink
Move loadelf into liborb
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaut committed Jan 22, 2024
1 parent 9d58e38 commit 4acab4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,12 @@ liborb = library('orb',
'Src/traceDecoder_etm4.c',
'Src/traceDecoder_mtb.c',
'Src/traceDecoder.c',
'Src/loadelf.c',
'Src/generics.c',
'Src/readsource.c'
] + stream_src,
include_directories: incdirs,
dependencies: sockets,
dependencies: dependencies,
soversion: meson.project_version(),
install: true,
)
Expand Down Expand Up @@ -173,7 +174,6 @@ executable('orbstat',
executable('orbmortem',
sources: [
'Src/orbmortem.c',
'Src/loadelf.c',
'Src/sio.c',
git_version_info_h,
],
Expand Down

0 comments on commit 4acab4b

Please sign in to comment.