mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +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)
|
install_headers(libsysprof_public_headers, subdir: sysprof_header_subdir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
subdir('preload')
|
|
||||||
|
|||||||
@ -64,6 +64,7 @@ endif
|
|||||||
|
|
||||||
if need_libsysprof_profile
|
if need_libsysprof_profile
|
||||||
subdir('libsysprof-profile')
|
subdir('libsysprof-profile')
|
||||||
|
subdir('preload')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if get_option('sysprofd') == 'bundled'
|
if get_option('sysprofd') == 'bundled'
|
||||||
|
|||||||
Reference in New Issue
Block a user