mirror of https://github.com/postgres/postgres
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
357 B
16 lines
357 B
|
20 years ago
|
MODULE_big = adminpack
|
||
|
|
PG_CPPFLAGS = -I$(libpq_srcdir)
|
||
|
|
DATA_built = adminpack.sql
|
||
|
|
DOCS = README.adminpack
|
||
|
|
OBJS = adminpack.o
|
||
|
|
|
||
|
|
ifdef USE_PGXS
|
||
|
|
PGXS := $(shell pg_config --pgxs)
|
||
|
|
include $(PGXS)
|
||
|
|
else
|
||
|
|
subdir = contrib/adminpack
|
||
|
|
top_builddir = ../..
|
||
|
|
include $(top_builddir)/src/Makefile.global
|
||
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|
||
|
|
endif
|