Skip to content
Snippets Groups Projects
Commit 5a248cd2 authored by Tom Lane's avatar Tom Lane
Browse files

Bring sslinfo Makefile up to speed for VPATH and pgxs builds.

parent 7d03215f
No related branches found
No related tags found
No related merge requests found
subdir = contrib/sslinfo
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
MODULES = sslinfo
DATA_built = sslinfo.sql
DOC = README.pgsslinfo
include ../contrib-global.mk
ifdef USE_PGXS
PGXS := $(shell pg_config --pgxs)
include $(PGXS)
else
subdir = contrib/sslinfo
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment