mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-29 22:49:41 +03:00 
			
		
		
		
	Bring sslinfo Makefile up to speed for VPATH and pgxs builds.
This commit is contained in:
		| @@ -1,9 +1,13 @@ | ||||
| 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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user