Make `wildspeed` a modern Postgres extension.
[wildspeed.git] / Makefile
index 78d2dc0..511806e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,11 @@
 PG_CPPFLAGS = -DOPTIMIZE_WILDCARD_QUERY
 MODULE_big = wildspeed
-OBJS = wildspeed.o 
+OBJS = wildspeed.o
+
+EXTENSION = wildspeed
+DATA = wildspeed--1.0.sql
+PGFILEDESC = "Wildspeed - fast wildcard search for LIKE operator"
 
-DATA_built = wildspeed.sql
-DATA = uninstall_wildspeed.sql
 REGRESS = wildspeed
 
 ifdef USE_PGXS
@@ -15,4 +17,4 @@ subdir = contrib/wildspeed
 top_builddir = ../..
 include $(top_builddir)/src/Makefile.global
 include $(top_srcdir)/contrib/contrib-global.mk
-endif
\ No newline at end of file
+endif