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:
@ -2,9 +2,9 @@ if get_option('enable_gtk')
|
||||
|
||||
sysprof_sources = [
|
||||
'sysprof.c',
|
||||
'sp-application.c',
|
||||
'sp-window.c',
|
||||
'sp-window-settings.c',
|
||||
'sysprof-application.c',
|
||||
'sysprof-window.c',
|
||||
'sysprof-window-settings.c',
|
||||
]
|
||||
|
||||
sysprof_resources = gnome.compile_resources('sysprof-resources', 'sysprof.gresource.xml',
|
||||
|
||||
Reference in New Issue
Block a user