Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / backend / main / Makefile
blob11c1b03992f131985603191d1891cdf56312d2ae
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for main
6 # IDENTIFICATION
7 # $PostgreSQL$
9 #-------------------------------------------------------------------------
11 subdir = src/backend/main
12 top_builddir = ../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = main.o
17 include $(top_srcdir)/src/backend/common.mk