summaryrefslogtreecommitdiff
path: root/contrib/fuzzystrmatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/fuzzystrmatch/Makefile')
-rw-r--r--contrib/fuzzystrmatch/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/fuzzystrmatch/Makefile b/contrib/fuzzystrmatch/Makefile
index 9cdf3f87e3..74728a30b5 100644
--- a/contrib/fuzzystrmatch/Makefile
+++ b/contrib/fuzzystrmatch/Makefile
@@ -2,8 +2,9 @@
MODULE_big = fuzzystrmatch
OBJS = fuzzystrmatch.o dmetaphone.o
-DATA_built = fuzzystrmatch.sql
-DATA = uninstall_fuzzystrmatch.sql
+
+EXTENSION = fuzzystrmatch
+DATA = fuzzystrmatch--1.0.sql fuzzystrmatch--unpackaged--1.0.sql
ifdef USE_PGXS
PG_CONFIG = pg_config