mirror of https://gitee.com/bigwinds/arangodb
re-enabled make tags. it was broken because it looked for non-existing files
This commit is contained in:
parent
5b025022d6
commit
2ab16b6d23
|
@ -179,6 +179,10 @@ sbin_PROGRAMS = \
|
||||||
bin/arango-password \
|
bin/arango-password \
|
||||||
bin/arango-dfdb
|
bin/arango-dfdb
|
||||||
|
|
||||||
|
# exclude arango-password and arango-dfdb from sources list, otherwise make TAGS will fail
|
||||||
|
bin_arango_password_SOURCES =
|
||||||
|
bin_arango_dfdb_SOURCES =
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
### @brief /bin programs
|
### @brief /bin programs
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
1011
Makefile.in
1011
Makefile.in
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue