aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/meson.build
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-07-03 14:07:05 -0400
committerMarek Olšák <[email protected]>2018-07-04 21:16:03 -0400
commit2e1e6511f76370870b5cde10caa9ca3b6d0dc65f (patch)
tree90f75dfb4c86371de46052f1f4907d72a0da8ddc /src/util/meson.build
parent4695984dbcb6b0cd325dba91927959769c89373d (diff)
util: extract get_process_name from xmlconfig.c
Reviewed-by: Timothy Arceri <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/util/meson.build')
-rw-r--r--src/util/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/meson.build b/src/util/meson.build
index c777984e28d..1713864b4f7 100644
--- a/src/util/meson.build
+++ b/src/util/meson.build
@@ -48,6 +48,8 @@ files_mesa_util = files(
'mesa-sha1.h',
'os_time.c',
'os_time.h',
+ 'process.c',
+ 'process.h',
'sha1/sha1.c',
'sha1/sha1.h',
'ralloc.c',