summaryrefslogtreecommitdiff
path: root/contrib/citext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/citext/Makefile')
-rw-r--r--contrib/citext/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/citext/Makefile b/contrib/citext/Makefile
index c868eca884..65942528dd 100644
--- a/contrib/citext/Makefile
+++ b/contrib/citext/Makefile
@@ -1,8 +1,10 @@
# contrib/citext/Makefile
MODULES = citext
-DATA_built = citext.sql
-DATA = uninstall_citext.sql
+
+EXTENSION = citext
+DATA = citext--1.0.sql citext--unpackaged--1.0.sql
+
REGRESS = citext
ifdef USE_PGXS