3 MODULES
= autoinc insert_username moddatetime refint
5 EXTENSION
= autoinc insert_username moddatetime refint
7 DATA
= autoinc--1.0.sql \
8 insert_username--1.0.sql \
11 PGFILEDESC
= "spi - examples of using SPI and triggers"
13 DOCS
= $(addsuffix .example
, $(MODULES
))
15 # this is needed for the regression tests;
16 # comment out if you want a quieter refint package for other uses
17 PG_CPPFLAGS
= -DREFINT_VERBOSE
21 PGXS
:= $(shell $(PG_CONFIG
) --pgxs
)
26 include $(top_builddir
)/src
/Makefile.global
27 include $(top_srcdir
)/contrib
/contrib-global.mk