diff options
Diffstat (limited to 'src/Makefile-env.am')
-rw-r--r-- | src/Makefile-env.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile-env.am b/src/Makefile-env.am index 6a4e09512a2..188c61568c0 100644 --- a/src/Makefile-env.am +++ b/src/Makefile-env.am @@ -12,6 +12,7 @@ noinst_PROGRAMS = bin_SCRIPTS = sbin_PROGRAMS = sbin_SCRIPTS = +su_sbin_SCRIPTS = dist_bin_SCRIPTS = lib_LTLIBRARIES = noinst_LTLIBRARIES = @@ -22,7 +23,10 @@ radoslib_LTLIBRARIES = bin_DEBUGPROGRAMS = # like sbin_SCRIPTS but can be used to install to e.g. /usr/sbin -ceph_sbindir = $(exec_prefix)$(sbindir) +ceph_sbindir = $(sbindir) + +# certain things go straight into /sbin, though! +su_sbindir = /sbin # C/C++ tests to build will be appended to this check_PROGRAMS = |