From: Marko Kreen Date: Fri, 28 Sep 2012 13:20:35 +0000 (+0300) Subject: sql: always install contrib files X-Git-Tag: skytools_3_1_1~14 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d33393721a02fa15542a079fc330a80ddb5e4176;p=skytools.git sql: always install contrib files --- diff --git a/sql/common-pgxs.mk b/sql/common-pgxs.mk index 6eb43388..175f1c99 100644 --- a/sql/common-pgxs.mk +++ b/sql/common-pgxs.mk @@ -24,7 +24,7 @@ Extension_data_built += $(Extension_upgrade_files) # Should the Contrib* files installed (under ../contrib/) # even when extensions are available? -Contrib_install_always ?= no +Contrib_install_always ?= yes # # switch variables diff --git a/sql/londiste/Makefile b/sql/londiste/Makefile index d427cf6a..522d7368 100644 --- a/sql/londiste/Makefile +++ b/sql/londiste/Makefile @@ -11,8 +11,6 @@ base_regress = londiste_provider londiste_subscriber \ Contrib_regress = init_noext $(base_regress) Extension_regress = init_ext $(base_regress) -Contrib_install_always = yes - include ../common-pgxs.mk dox: cleandox