2006-09-06 03:15:02 +04:00
|
|
|
MODULE_big = sslinfo
|
|
|
|
OBJS = sslinfo.o
|
2006-09-04 19:07:46 +04:00
|
|
|
DATA_built = sslinfo.sql
|
|
|
|
DOC = README.pgsslinfo
|
|
|
|
|
2006-09-05 02:22:36 +04:00
|
|
|
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
|
2006-09-06 03:15:02 +04:00
|
|
|
|
|
|
|
SHLIB_LINK += $(LIBS)
|