blob: 50596426375b5bac72186de34d467a8632e5bcee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#----------------------------------------------------------------------------
#
# Postgres-XC GTM makefile
#
# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/gtm/Makefile
#
#-----------------------------------------------------------------------------
PGFILEDESC = "gtm - Global Transaction Manager for Postgres-XC"
subdir = src/gtm
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
SUBDIRS = client common config libpq main path proxy recovery
$(recurse)
|