]> granicus.if.org Git - postgresql/blob - contrib/pg_standby/Makefile
Remove cvs keywords from all files.
[postgresql] / contrib / pg_standby / Makefile
1 # contrib/pg_standby/Makefile
2
3 PGFILEDESC = "pg_standby - supports creation of a warm standby"
4 PGAPPICON=win32
5
6 PROGRAM = pg_standby
7 OBJS    = pg_standby.o
8
9 ifdef USE_PGXS
10 PG_CONFIG = pg_config
11 PGXS := $(shell $(PG_CONFIG) --pgxs)
12 include $(PGXS)
13 else
14 subdir = contrib/pg_standby
15 top_builddir = ../..
16 include $(top_builddir)/src/Makefile.global
17 include $(top_srcdir)/contrib/contrib-global.mk
18 endif