mirror of
https://github.com/postgres/postgres.git
synced 2026-04-02 07:46:09 -04:00
10 lines
213 B
Makefile
10 lines
213 B
Makefile
|
|
subdir = contrib/tablefunc
|
||
|
|
top_builddir = ../..
|
||
|
|
include $(top_builddir)/src/Makefile.global
|
||
|
|
|
||
|
|
MODULES = tablefunc
|
||
|
|
DATA_built = tablefunc.sql
|
||
|
|
DOCS = README.tablefunc
|
||
|
|
|
||
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|