1# contrib/tcn/Makefile 2 3MODULES = tcn 4 5EXTENSION = tcn 6DATA = tcn--1.0.sql 7PGFILEDESC = "tcn - trigger function notifying listeners" 8 9ifdef USE_PGXS 10PG_CONFIG = pg_config 11PGXS := $(shell $(PG_CONFIG) --pgxs) 12include $(PGXS) 13else 14subdir = contrib/tcn 15top_builddir = ../.. 16include $(top_builddir)/src/Makefile.global 17include $(top_srcdir)/contrib/contrib-global.mk 18endif 19