Commit 433caead authored by Tom Lane's avatar Tom Lane

Fix sslinfo so it builds on Darwin.

parent 94ec712c
MODULES = sslinfo
MODULE_big = sslinfo
OBJS = sslinfo.o
DATA_built = sslinfo.sql
DOC = README.pgsslinfo
......@@ -11,3 +12,5 @@ top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif
SHLIB_LINK += $(LIBS)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment