Merge pull request #4310 from citusdata/fix/enterprise-modules

add placeholder for enterprise modules
pull/4275/head^2
Nils Dijk 2020-11-11 16:22:23 +01:00 committed by GitHub
commit d0c6950d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ DATA_built = $(generated_sql_files)
# directories with source files
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
# directory is used during configure (such as on CI)