OSDN Git Service

Introduce Streaming Replication.
[pg-rex/syncrep.git] / src / backend / replication / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile--
4 #    Makefile for src/backend/replication
5 #
6 # IDENTIFICATION
7 #    $PostgreSQL: pgsql/src/backend/replication/Makefile,v 1.1 2010/01/15 09:19:03 heikki Exp $
8 #
9 #-------------------------------------------------------------------------
10
11 subdir = src/backend/replication
12 top_builddir = ../../..
13 include $(top_builddir)/src/Makefile.global
14
15 OBJS = walsender.o walreceiverfuncs.o
16
17 include $(top_srcdir)/src/backend/common.mk