1 # contrib/tsm_system_rows/Makefile
3 MODULE_big
= tsm_system_rows
7 PGFILEDESC
= "tsm_system_rows - TABLESAMPLE method which accepts number of rows as a limit"
9 EXTENSION
= tsm_system_rows
10 DATA
= tsm_system_rows--1.0.sql
12 REGRESS
= tsm_system_rows
16 PGXS
:= $(shell $(PG_CONFIG
) --pgxs
)
19 subdir
= contrib
/tsm_system_rows
21 include $(top_builddir
)/src
/Makefile.global
22 include $(top_srcdir
)/contrib
/contrib-global.mk