MODULE_big = trigger_test
OBJS = trigger_test.o $(WIN32RES)

EXTENSION = trigger_test
DATA = trigger_test--1.0.sql
PGFILEDESC = "trigger_test"

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