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:
Christian Hergert
2023-06-06 16:32:21 -07:00
parent 1e675e92e4
commit 8202a40f4d
8 changed files with 1 additions and 2 deletions

View File

@ -196,5 +196,3 @@ pkgconfig.generate(
install_headers(libsysprof_public_headers, subdir: sysprof_header_subdir)
endif
subdir('preload')

View File

@ -64,6 +64,7 @@ endif
if need_libsysprof_profile
subdir('libsysprof-profile')
subdir('preload')
endif
if get_option('sysprofd') == 'bundled'