summaryrefslogtreecommitdiff
path: root/contrib/tablefunc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tablefunc/Makefile')
-rw-r--r--contrib/tablefunc/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/tablefunc/Makefile b/contrib/tablefunc/Makefile
new file mode 100644
index 00000000000..0f9c5402dc9
--- /dev/null
+++ b/contrib/tablefunc/Makefile
@@ -0,0 +1,9 @@
+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