diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-07 13:58:13 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-07 13:58:13 -0700 |
commit | b297a7738a02b3fb7a8842e054c4068195038c38 (patch) | |
tree | 846903789c9dff94110bd724c3e98025dc56ec5e /Makefile.am | |
parent | 2b5316265c5ce6c7dbd8f726826d5d5a7385febd (diff) |
meson: Add a meson build system
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/app/appres/-/merge_requests/4>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1a3a7fa..95b38cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,4 +40,4 @@ ChangeLog: dist-hook: ChangeLog INSTALL -EXTRA_DIST = README.md +EXTRA_DIST = README.md meson.build |