3 MODULES
= autoinc insert_username moddatetime refint timetravel
4 DATA_built
= $(addsuffix .sql
, $(MODULES
))
5 DOCS
= $(addsuffix .example
, $(MODULES
))
7 # this is needed for the regression tests;
8 # comment out if you want a quieter refint package for other uses
9 PG_CPPFLAGS
= -DREFINT_VERBOSE
13 PGXS
:= $(shell $(PG_CONFIG
) --pgxs
)
18 include $(top_builddir
)/src
/Makefile.global
19 include $(top_srcdir
)/contrib
/contrib-global.mk
22 SHLIB_LINK
+= -L
$(top_builddir
)/src
/port
-lpgport