1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-08 14:28:36 +02:00

Remove USE_PGXS usage

Let's be honest, this is not going to be integrated into Postgres core,
so let's make things simpler.
This commit is contained in:
Michael Paquier 2016-01-13 10:57:59 +09:00
parent 25ebddb02b
commit 8559733103

View File

@ -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))