diff --git a/Makefile b/Makefile index b43136b..03de3a5 100644 --- a/Makefile +++ b/Makefile @@ -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