summaryrefslogtreecommitdiff
path: root/contrib/tablefunc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tablefunc/Makefile')
-rw-r--r--contrib/tablefunc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/tablefunc/Makefile b/contrib/tablefunc/Makefile
index a5c2882866..eb108931ec 100644
--- a/contrib/tablefunc/Makefile
+++ b/contrib/tablefunc/Makefile
@@ -1,8 +1,10 @@
# contrib/tablefunc/Makefile
MODULES = tablefunc
-DATA_built = tablefunc.sql
-DATA = uninstall_tablefunc.sql
+
+EXTENSION = tablefunc
+DATA = tablefunc--1.0.sql tablefunc--unpackaged--1.0.sql
+
REGRESS = tablefunc
LDFLAGS_SL += $(filter -lm, $(LIBS))