mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
tools: Move glib.supp to tools directory
This tidies up the root directory a bit more. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
1111
tools/glib.supp
Normal file
1111
tools/glib.supp
Normal file
File diff suppressed because it is too large
Load Diff
@@ -12,3 +12,10 @@ if have_sh
|
||||
output : 'glib-gettextize',
|
||||
configuration : gettextize_conf)
|
||||
endif
|
||||
|
||||
if host_system != 'windows'
|
||||
# Install Valgrind suppression file (except on Windows,
|
||||
# as Valgrind is currently not supported on Windows)
|
||||
install_data('glib.supp',
|
||||
install_dir : join_paths(get_option('datadir'), 'glib-2.0', 'valgrind'))
|
||||
endif
|
||||
|
Reference in New Issue
Block a user