projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94ec712
)
Fix sslinfo so it builds on Darwin.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 5 Sep 2006 23:15:02 +0000
(23:15 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 5 Sep 2006 23:15:02 +0000
(23:15 +0000)
contrib/sslinfo/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/sslinfo/Makefile
b/contrib/sslinfo/Makefile
index 33032e5d64b52a121b9305586e9d868dee9a4351..4818a613f2128d1f0ea44fcf8a3a3bd7288e88cd 100644
(file)
--- a/
contrib/sslinfo/Makefile
+++ b/
contrib/sslinfo/Makefile
@@
-1,4
+1,5
@@
-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)