We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ec712 commit 433caeaCopy full SHA for 433caea
contrib/sslinfo/Makefile
@@ -1,4 +1,5 @@
1
-MODULES = sslinfo
+MODULE_big = sslinfo
2
+OBJS = sslinfo.o
3
DATA_built = sslinfo.sql
4
DOC = README.pgsslinfo
5
@@ -11,3 +12,5 @@ top_builddir = ../..
11
12
include $(top_builddir)/src/Makefile.global
13
include $(top_srcdir)/contrib/contrib-global.mk
14
endif
15
+
16
+SHLIB_LINK += $(LIBS)
0 commit comments