# # Makefile # MODULES = pg_dctp TAP_TESTS = 1 ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = contrib/pg_dctp top_builddir = ../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif pgxn: git archive --format zip --output ../pgxn/disable_set_password/pg_dctp-0.0.1.zip main