mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Might need to link with -lcrypt.
This commit is contained in:
@ -1,10 +1,12 @@
|
|||||||
# $Header: /cvsroot/pgsql/contrib/chkpass/Makefile,v 1.3 2001/09/06 10:49:29 petere Exp $
|
# $Header: /cvsroot/pgsql/contrib/chkpass/Makefile,v 1.4 2002/10/21 18:55:10 petere Exp $
|
||||||
|
|
||||||
subdir = contrib/chkpass
|
subdir = contrib/chkpass
|
||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
|
|
||||||
MODULES = chkpass
|
MODULE_big = chkpass
|
||||||
|
OBJS = chkpass.o
|
||||||
|
SHLIB_LINK = $(filter -lcrypt, $(LIBS))
|
||||||
DATA_built = chkpass.sql
|
DATA_built = chkpass.sql
|
||||||
DOCS = README.chkpass
|
DOCS = README.chkpass
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user