mirror of https://github.com/citusdata/citus.git
Merge pull request #4310 from citusdata/fix/enterprise-modules
add placeholder for enterprise modulespull/4275/head^2
commit
d0c6950d43
|
@ -19,6 +19,8 @@ DATA_built = $(generated_sql_files)
|
||||||
|
|
||||||
# directories with source files
|
# directories with source files
|
||||||
SUBDIRS = . commands connection ddl deparser executor metadata operations planner progress relay safeclib test transaction utils worker
|
SUBDIRS = . commands connection ddl deparser executor metadata operations planner progress relay safeclib test transaction utils worker
|
||||||
|
# enterprise modules
|
||||||
|
SUBDIRS +=
|
||||||
|
|
||||||
# Symlinks are not copied over to the build directory if a separete build
|
# Symlinks are not copied over to the build directory if a separete build
|
||||||
# directory is used during configure (such as on CI)
|
# directory is used during configure (such as on CI)
|
||||||
|
|
Loading…
Reference in New Issue