doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+
[pgsql.git] / contrib / isn / Makefile
blob1037506c705646253d33cf7930b1196cdc370d51
1 # contrib/isn/Makefile
3 MODULES = isn
5 EXTENSION = isn
6 DATA = isn--1.1.sql isn--1.1--1.2.sql \
7 isn--1.0--1.1.sql
8 PGFILEDESC = "isn - data types for international product numbering standards"
10 # the other .h files are data tables, we don't install those
11 HEADERS_isn = isn.h
13 REGRESS = isn
15 ifdef USE_PGXS
16 PG_CONFIG = pg_config
17 PGXS := $(shell $(PG_CONFIG) --pgxs)
18 include $(PGXS)
19 else
20 subdir = contrib/isn
21 top_builddir = ../..
22 include $(top_builddir)/src/Makefile.global
23 include $(top_srcdir)/contrib/contrib-global.mk
24 endif