diff --git a/GNUmakefile.in b/GNUmakefile.in index 53aa24d77..9a5919e38 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -94,6 +94,7 @@ install: $(MAKE) -C contrib/postgres_fdw $@ $(MAKE) -C contrib/hstore $@ $(MAKE) -C contrib/dblink $@ + $(MAKE) -C contrib/ndpplugin $@ @if test -d contrib/dolphin; then $(MAKE) -C contrib/dolphin $@; fi +@echo "openGauss installation complete." endif diff --git a/build/script/aarch64_opengauss_list b/build/script/aarch64_opengauss_list index 2ad47a1b3..fd36832e0 100644 --- a/build/script/aarch64_opengauss_list +++ b/build/script/aarch64_opengauss_list @@ -66,6 +66,8 @@ ./share/postgresql/extension/hstore.control ./share/postgresql/extension/security_plugin.control ./share/postgresql/extension/security_plugin--1.0.sql +./share/postgresql/extension/ndpplugin.control +./share/postgresql/extension/ndpplugin--1.0.sql ./share/postgresql/extension/dolphin.control ./share/postgresql/extension/dolphin--1.0.sql ./share/postgresql/extension/dolphin--1.1.sql diff --git a/build/script/x86_64_opengauss_list b/build/script/x86_64_opengauss_list index 44a203cfa..5e2f16616 100644 --- a/build/script/x86_64_opengauss_list +++ b/build/script/x86_64_opengauss_list @@ -66,6 +66,8 @@ ./share/postgresql/extension/hstore.control ./share/postgresql/extension/security_plugin.control ./share/postgresql/extension/security_plugin--1.0.sql +./share/postgresql/extension/ndpplugin.control +./share/postgresql/extension/ndpplugin--1.0.sql ./share/postgresql/extension/dolphin.control ./share/postgresql/extension/dolphin--1.0.sql ./share/postgresql/extension/dolphin--1.1.sql