mirror of https://gitee.com/bigwinds/arangodb
fixed noinst
This commit is contained in:
parent
73f2be8a33
commit
99fbffadf7
12
Makefile.am
12
Makefile.am
|
@ -197,12 +197,24 @@ endif
|
|||
sbin_PROGRAMS = \
|
||||
bin/arangod
|
||||
|
||||
################################################################################
|
||||
### @brief helper programs
|
||||
################################################################################
|
||||
|
||||
noinst_bin =
|
||||
|
||||
################################################################################
|
||||
### @brief /sbin scripts
|
||||
################################################################################
|
||||
|
||||
bin_SCRIPTS =
|
||||
|
||||
################################################################################
|
||||
### @brief uninstalled programs
|
||||
################################################################################
|
||||
|
||||
noinst_PROGRAMS =
|
||||
|
||||
################################################################################
|
||||
### @brief /etc data
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue