From 85597331036a65f5bab71449d8bc70bab0f79189 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 13 Jan 2016 10:57:59 +0900 Subject: [PATCH] Remove USE_PGXS usage Let's be honest, this is not going to be integrated into Postgres core, so let's make things simpler. --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 3e2413da..a2cb0780 100644 --- a/Makefile +++ b/Makefile @@ -36,16 +36,9 @@ PG_LIBS = $(libpq_pgport) REGRESS = option init show_validate backup_restore -ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) -else -subdir = contrib/pg_arman -top_builddir = ../.. -include $(top_builddir)/src/Makefile.global -include $(top_srcdir)/contrib/contrib-global.mk -endif # remove dependency to libxml2 and libxslt LIBS := $(filter-out -lxml2, $(LIBS))