mirror of https://github.com/postgres/postgres
(pg_upgrade_support).REL9_0_STABLE
parent
c7c012ce56
commit
9885206cab
@ -0,0 +1,18 @@ |
||||
#
|
||||
# Makefile for pg_upgrade_support
|
||||
#
|
||||
|
||||
PGFILEDESC = "pg_upgrade_support - shared library functions for pg_upgrade"
|
||||
|
||||
MODULES = pg_upgrade_support
|
||||
|
||||
ifdef USE_PGXS |
||||
PG_CONFIG = pg_config
|
||||
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||||
include $(PGXS) |
||||
else |
||||
subdir = contrib/pg_upgrade
|
||||
top_builddir = ../..
|
||||
include $(top_builddir)/src/Makefile.global |
||||
include $(top_srcdir)/contrib/contrib-global.mk |
||||
endif |
Loading…
Reference in new issue