diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-09-07 18:12:22 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-09-16 11:16:54 +0200 |
commit | 8edacae02652c5d1cad1fa60ff9a0df1e6120223 (patch) | |
tree | 09883b688c5c8c4166434741fb7010f6f442d7ac /scripts/git.orderfile | |
parent | 931c1d48e5e4a6c0a38476da49ed21ef6260fe45 (diff) |
scripts/git.orderfile: Display meson files along with buildsys ones
Since commit a56650518f5 ("configure: integrate Meson in the build
system") we replaced many Makefile by Meson files. Adapt the
git.orderfile script to display the new file at the same position.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20200907161222.41915-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'scripts/git.orderfile')
-rw-r--r-- | scripts/git.orderfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/git.orderfile b/scripts/git.orderfile index 73fd818d7f..a021afc2d5 100644 --- a/scripts/git.orderfile +++ b/scripts/git.orderfile @@ -18,6 +18,7 @@ docs/* configure Makefile* *.mak +meson.build # qapi schema qapi/*.json |