Skip to content

Commit 5a248cd

Browse files
committed
Bring sslinfo Makefile up to speed for VPATH and pgxs builds.
1 parent 7d03215 commit 5a248cd

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

contrib/sslinfo/Makefile

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
subdir = contrib/sslinfo
2-
top_builddir = ../..
3-
include $(top_builddir)/src/Makefile.global
4-
51
MODULES = sslinfo
62
DATA_built = sslinfo.sql
73
DOC = README.pgsslinfo
84

9-
include ../contrib-global.mk
5+
ifdef USE_PGXS
6+
PGXS := $(shell pg_config --pgxs)
7+
include $(PGXS)
8+
else
9+
subdir = contrib/sslinfo
10+
top_builddir = ../..
11+
include $(top_builddir)/src/Makefile.global
12+
include $(top_srcdir)/contrib/contrib-global.mk
13+
endif

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy