diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1af2573..b3e9d9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,7 @@ RST2MAN = $(have_rst2man) --syntax-highlight=none $< $@ CLEANFILES = bin_PROGRAMS = +bin_SCRIPTS = sbin_PROGRAMS = if CONFIG_CIFSUPCALL @@ -85,6 +86,11 @@ smbinfo_SOURCES = smbinfo.c rst_man_pages += smbinfo.1 endif +if CONFIG_PYTHON_TOOLS +bin_SCRIPTS += smb2-quota +rst_man_pages += smb2-quota.1 +endif + if CONFIG_PLUGIN plugindir = $(pkglibdir) plugin_PROGRAMS = idmapwb.so |