Repair memory leaks in plpython.
[pgsql.git] / contrib / basebackup_to_shell / Makefile
blob58bd26991ae3a9ed83fc80ab18589afe416783f6
1 # contrib/basebackup_to_shell/Makefile
3 MODULE_big = basebackup_to_shell
4 OBJS = \
5 $(WIN32RES) \
6 basebackup_to_shell.o
8 PGFILEDESC = "basebackup_to_shell - target basebackup to shell command"
10 TAP_TESTS = 1
12 export GZIP_PROGRAM=$(GZIP)
13 export TAR
15 ifdef USE_PGXS
16 PG_CONFIG = pg_config
17 PGXS := $(shell $(PG_CONFIG) --pgxs)
18 include $(PGXS)
19 else
20 subdir = contrib/basebackup_to_shell
21 top_builddir = ../..
22 include $(top_builddir)/src/Makefile.global
23 include $(top_srcdir)/contrib/contrib-global.mk
24 endif