diff options
author | Marek Olšák <[email protected]> | 2018-07-03 14:07:05 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-07-04 21:16:03 -0400 |
commit | 2e1e6511f76370870b5cde10caa9ca3b6d0dc65f (patch) | |
tree | 90f75dfb4c86371de46052f1f4907d72a0da8ddc /src/util/Makefile.sources | |
parent | 4695984dbcb6b0cd325dba91927959769c89373d (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/Makefile.sources')
-rw-r--r-- | src/util/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 534520ce763..e8933666726 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -24,6 +24,8 @@ MESA_UTIL_FILES := \ mesa-sha1.h \ os_time.c \ os_time.h \ + process.c \ + process.h \ sha1/sha1.c \ sha1/sha1.h \ ralloc.c \ |