diff options
author | raveit65 <[email protected]> | 2020-02-24 15:44:40 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-24 16:12:22 +0100 |
commit | c111f4838fc448c8d42514e18552a0ca735727ce (patch) | |
tree | b20e860042ad275bcb0ec2a47d90b8f75cbc36c3 /Makefile.am | |
parent | 2571ce4bfaac057e27e9253c10bf3f129fc6c713 (diff) | |
download | mozo-c111f4838fc448c8d42514e18552a0ca735727ce.tar.bz2 mozo-c111f4838fc448c8d42514e18552a0ca735727ce.tar.xz |
add meson build files to EXTRA_DIST
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8fec907..4bdc290 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,10 @@ mozo: Makefile EXTRA_DIST = \ autogen.sh \ - mozo.in + meson.build \ + mozo.in \ + post_install.py \ + po/meson.build # Build ChangeLog from GIT history ChangeLog: |