diff --git a/Makefile b/Makefile index 8ee75497b..c5d5e4a02 100644 --- a/Makefile +++ b/Makefile @@ -10,10 +10,11 @@ ifeq (,$(wildcard Makefile.global)) endif include Makefile.global - +# directories with source files +SUBDIRS += $(citus_top_builddir)/src/backend/columnar/safeclib +ENSURE_SUBDIRS_EXIST := $(shell mkdir -p $(SUBDIRS)) all: extension -ENSURE_SUBDIRS_EXIST := $(shell mkdir -p $(SUBDIRS)) #build columnar only columnar: