diff options
author | Pavel Shilovsky <pshilov@microsoft.com> | 2020-12-29 11:43:26 -0800 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2020-12-30 17:41:01 -0800 |
commit | 85a7865d6e21b5b58d0c733d6c4c7bf3581e78f8 (patch) | |
tree | 8bcf6e4c65bd0840f0ca75e6f4a33e9d7842364a /Makefile.am | |
parent | 207f19285e8388ea1933414941dbb05c99b57f76 (diff) | |
download | cifs-utils-85a7865d6e21b5b58d0c733d6c4c7bf3581e78f8.tar.gz cifs-utils-85a7865d6e21b5b58d0c733d6c4c7bf3581e78f8.tar.bz2 cifs-utils-85a7865d6e21b5b58d0c733d6c4c7bf3581e78f8.zip |
smbinfo: fix list-snapshots output and installation
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
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 8a17e73..84dd119 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,7 +81,7 @@ setcifsacl.rst: setcifsacl.rst.in endif if CONFIG_SMBINFO -bin_SCRIPTS = smbinfo +bin_SCRIPTS += smbinfo rst_man_pages += smbinfo.1 endif |