postgresql/contrib/tablefunc/Makefile
Bruce Momjian 6fff9a7475 The attached removes the current non-standard file
"contrib/tablefunc/tablefunc-test.sql", and adds a standard regression
test suite to contrib/tablefunc.

Joe Conway
2002-09-12 00:14:40 +00:00

11 lines
233 B
Makefile

subdir = contrib/tablefunc
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
MODULES = tablefunc
DATA_built = tablefunc.sql
DOCS = README.tablefunc
REGRESS = tablefunc
include $(top_srcdir)/contrib/contrib-global.mk