diff options
| author | Bruce Momjian | 2002-07-30 16:40:34 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-07-30 16:40:34 +0000 |
| commit | 1dedbf2da5c4aa741bbc6f16dc3ad819625b84f0 (patch) | |
| tree | f13fc1d640627603e486fc965f18529f85a40500 /contrib/ltree/Makefile | |
| parent | 210e64fe085cf780ea49867ef00c24cc86386aa2 (diff) | |
Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.
Diffstat (limited to 'contrib/ltree/Makefile')
| -rw-r--r-- | contrib/ltree/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/ltree/Makefile b/contrib/ltree/Makefile new file mode 100644 index 00000000000..d1120a84583 --- /dev/null +++ b/contrib/ltree/Makefile @@ -0,0 +1,13 @@ +subdir = contrib/tree +top_builddir = ../.. +include $(top_builddir)/src/Makefile.global + +PG_CPPFLAGS = -DLOWER_NODE +MODULE_big = ltree +OBJS = ltree_io.o ltree_op.o lquery_op.o _ltree_op.o crc32.o \ + ltxtquery_io.o ltxtquery_op.o ltree_gist.o _ltree_gist.o +DATA_built = ltree.sql +DOCS = README.ltree +REGRESS = ltree + +include $(top_srcdir)/contrib/contrib-global.mk |
