blob: f9c8b623c064b3fdb79778d5032e11d237552ceb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for node management routines
#
# Portions Copyright (c) 2010-2012 Postgres-XC Development Group
#
# IDENTIFICATION
# $PostgreSQL$
#
#-------------------------------------------------------------------------
subdir = src/backend/pgxc/nodemgr
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
OBJS = nodemgr.o groupmgr.o
include $(top_srcdir)/src/backend/common.mk
|