pg_filedump/Makefile.contrib

16 lines
321 B
Makefile
Raw Permalink Normal View History

2011-01-18 01:33:27 +00:00
PROGRAM = pg_filedump
OBJS = pg_filedump.o
2011-01-18 01:33:27 +00:00
DOCS = README.pg_filedump
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
2011-01-18 01:33:27 +00:00
else
subdir = contrib/pg_filedump
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
2011-01-18 01:33:27 +00:00
endif