1
0
Fork 0

added libexec

This commit is contained in:
Frank Celler 2014-02-28 12:12:09 +01:00
parent 543a65a5e0
commit 6a9cc028bf
1 changed files with 3 additions and 3 deletions

View File

@ -205,13 +205,13 @@ sbin_PROGRAMS = \
noinst_bin = noinst_bin =
################################################################################ ################################################################################
### @brief /sbin scripts ### @brief /libexec programs
################################################################################ ################################################################################
sbin_SCRIPTS = pkglibexec_SCRIPTS =
if ENABLE_ALL_IN_ONE_ETCD if ENABLE_ALL_IN_ONE_ETCD
sbin_SCRIPTS += bin/etcd-arango pkglibexec_SCRIPTS += bin/etcd-arango
endif endif
################################################################################ ################################################################################