summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pg_trgm/Makefile')
-rw-r--r--contrib/pg_trgm/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/pg_trgm/Makefile b/contrib/pg_trgm/Makefile
new file mode 100644
index 0000000000..a2df4ddc8a
--- /dev/null
+++ b/contrib/pg_trgm/Makefile
@@ -0,0 +1,17 @@
+subdir = contrib/pg_trgm
+top_builddir = ../..
+include $(top_builddir)/src/Makefile.global
+
+
+override CPPFLAGS := -I. $(CPPFLAGS)
+
+MODULE_big = pg_trgm
+OBJS = trgm_op.o trgm_gist.o
+
+DATA_built = pg_trgm.sql
+DOCS = README.pg_trgm
+REGRESS = pg_trgm
+
+include $(top_srcdir)/contrib/contrib-global.mk
+# DO NOT DELETE
+