diff options
author | Nicolai Hähnle <[email protected]> | 2017-06-30 11:57:06 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-07-31 15:38:41 +0200 |
commit | 601093f95ddf6b49a79baa91dc51d4f163dfc8de (patch) | |
tree | 79cc7388e4d4de45d226852368ffcc813098b577 /src/util/Makefile.sources | |
parent | 1e40d2c8820e2045fbfed387a93a486c8b1c94fd (diff) |
xmlconfig: move into src/util
v2: attempt to fix Android build (Emil)
v3: add missing include path
Reviewed-by: Marek Olšák <[email protected]> (v1)
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r-- | src/util/Makefile.sources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 8ea5f29533b..3315285f05e 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -56,3 +56,7 @@ MESA_UTIL_FILES := \ MESA_UTIL_GENERATED_FILES = \ format_srgb.c + +XMLCONFIG_FILES := \ + xmlconfig.c \ + xmlconfig.h |