mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: rename all symbols to use sysprof_ as prefix
As we gain in usage, we need to be more careful about using a prefix that will not collide with other symbols. So version 3 of our ABI will change to using Sysprof/SYSPROF/sysprof as the various prefixes. The soname/api version bump will happen later on this branch so that things are easier to test up until then.
This commit is contained in:
@ -1,25 +1,25 @@
|
||||
libsysprof_capture_headers = files([
|
||||
'sp-address.h',
|
||||
'sp-clock.h',
|
||||
'sp-capture-condition.h',
|
||||
'sp-capture-cursor.h',
|
||||
'sp-capture-reader.h',
|
||||
'sp-capture-types.h',
|
||||
'sp-capture-writer.h',
|
||||
'sp-platform.h',
|
||||
'sysprof-address.h',
|
||||
'sysprof-clock.h',
|
||||
'sysprof-capture-condition.h',
|
||||
'sysprof-capture-cursor.h',
|
||||
'sysprof-capture-reader.h',
|
||||
'sysprof-capture-types.h',
|
||||
'sysprof-capture-writer.h',
|
||||
'sysprof-platform.h',
|
||||
'sysprof-capture.h',
|
||||
'sysprof-version-macros.h',
|
||||
])
|
||||
|
||||
libsysprof_capture_sources = files([
|
||||
'sp-address.c',
|
||||
'sp-capture-condition.c',
|
||||
'sp-capture-cursor.c',
|
||||
'sp-capture-reader.c',
|
||||
'sp-capture-util.c',
|
||||
'sp-capture-writer.c',
|
||||
'sp-clock.c',
|
||||
'sp-platform.c',
|
||||
'sysprof-address.c',
|
||||
'sysprof-capture-condition.c',
|
||||
'sysprof-capture-cursor.c',
|
||||
'sysprof-capture-reader.c',
|
||||
'sysprof-capture-util.c',
|
||||
'sysprof-capture-writer.c',
|
||||
'sysprof-clock.c',
|
||||
'sysprof-platform.c',
|
||||
])
|
||||
|
||||
configure_file(
|
||||
|
||||
Reference in New Issue
Block a user