Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / contrib / ltree / Makefile
blob874646d9c848c687657e48625d7d99f1cb3c6e12
1 # $PostgreSQL$
3 PG_CPPFLAGS = -DLOWER_NODE
4 MODULE_big = ltree
5 OBJS = ltree_io.o ltree_op.o lquery_op.o _ltree_op.o crc32.o \
6 ltxtquery_io.o ltxtquery_op.o ltree_gist.o _ltree_gist.o
7 DATA_built = ltree.sql
8 DATA = uninstall_ltree.sql
9 REGRESS = ltree
11 ifdef USE_PGXS
12 PG_CONFIG = pg_config
13 PGXS := $(shell $(PG_CONFIG) --pgxs)
14 include $(PGXS)
15 else
16 subdir = contrib/ltree
17 top_builddir = ../..
18 include $(top_builddir)/src/Makefile.global
19 include $(top_srcdir)/contrib/contrib-global.mk
20 endif