Skip to content

Commit 8559733

Browse files
author
Michael Paquier
committed
Remove USE_PGXS usage
Let's be honest, this is not going to be integrated into Postgres core, so let's make things simpler.
1 parent 25ebddb commit 8559733

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,9 @@ PG_LIBS = $(libpq_pgport)
3636

3737
REGRESS = option init show_validate backup_restore
3838

39-
ifdef USE_PGXS
4039
PG_CONFIG = pg_config
4140
PGXS := $(shell $(PG_CONFIG) --pgxs)
4241
include $(PGXS)
43-
else
44-
subdir = contrib/pg_arman
45-
top_builddir = ../..
46-
include $(top_builddir)/src/Makefile.global
47-
include $(top_srcdir)/contrib/contrib-global.mk
48-
endif
4942

5043
# remove dependency to libxml2 and libxslt
5144
LIBS := $(filter-out -lxml2, $(LIBS))

0 commit comments

Comments
 (0)