Files
openGauss-server/contrib/gtm/Makefile
2020-06-30 17:38:27 +08:00

18 lines
487 B
Makefile

#----------------------------------------------------------------------------
#
# 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)