Skip to content

Commit

Permalink
Build with USE_PGXS by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmi committed Oct 16, 2022
1 parent 832a74e commit 2780d2a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,9 @@ REGRESS = set_user

LDFLAGS_SL += $(filter -lm, $(LIBS))

ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = contrib/set_user
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif

.PHONY: install-headers uninstall-headers

Expand Down

0 comments on commit 2780d2a

Please sign in to comment.