mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
preload: hoist preloads into src/ directory
They will get used from libsysprof-profile, but it's nice to have them a directory up going forward.
This commit is contained in:
@ -196,5 +196,3 @@ pkgconfig.generate(
|
||||
|
||||
install_headers(libsysprof_public_headers, subdir: sysprof_header_subdir)
|
||||
endif
|
||||
|
||||
subdir('preload')
|
||||
|
||||
@ -64,6 +64,7 @@ endif
|
||||
|
||||
if need_libsysprof_profile
|
||||
subdir('libsysprof-profile')
|
||||
subdir('preload')
|
||||
endif
|
||||
|
||||
if get_option('sysprofd') == 'bundled'
|
||||
|
||||
Reference in New Issue
Block a user