Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / backend / access / nbtree / Makefile
blob4e956685ea0b0e9998c5072268ac1ef7ba8d2234
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for access/nbtree
6 # IDENTIFICATION
7 # $PostgreSQL$
9 #-------------------------------------------------------------------------
11 subdir = src/backend/access/nbtree
12 top_builddir = ../../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = nbtcompare.o nbtinsert.o nbtpage.o nbtree.o nbtsearch.o \
16 nbtutils.o nbtsort.o nbtxlog.o
18 include $(top_srcdir)/src/backend/common.mk