提交 53e82866 编写于 作者: A Alex Diachenko 提交者: GitHub

Added cdbvars.h to be installed. (#2710)

Added cdbvars.h to be installed so extensions can import it.
上级 e020cc1e
......@@ -55,6 +55,7 @@ install: all installdirs
$(INSTALL_DATA) $(srcdir)/cdb/cdbdef.h $(DESTDIR)$(includedir_internal_cdb)
$(INSTALL_DATA) $(srcdir)/cdb/cdbdistributedsnapshot.h $(DESTDIR)$(includedir_internal_cdb)
$(INSTALL_DATA) $(srcdir)/cdb/cdblocaldistribxact.h $(DESTDIR)$(includedir_internal_cdb)
$(INSTALL_DATA) $(srcdir)/cdb/cdbvars.h $(DESTDIR)$(includedir_internal_cdb)
ifeq ($(vpath_build),yes)
for file in dynloader.h parser/parse.h; do \
cp $$file '$(DESTDIR)$(includedir_server)'/$$file || exit; \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册