diff options
| author | Bruce Momjian | 2003-05-09 16:52:11 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-05-09 16:52:11 +0000 |
| commit | 66e0a8cb39e3c4bcdf44ce7fbe1fd39cb71be63b (patch) | |
| tree | 979af2eef71f7997678bfd4a3ab345a471c50409 /src/interfaces/libpq | |
| parent | 89eae96b2f739b5f0e7db4bee8bd517207d699c6 (diff) | |
Add crypt() to /port for Win32.
Diffstat (limited to 'src/interfaces/libpq')
| -rw-r--r-- | src/interfaces/libpq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index e1c75bec79a..2a4b97b9f59 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.77 2003/04/22 19:42:27 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.78 2003/05/09 16:52:10 momjian Exp $ # #------------------------------------------------------------------------- @@ -23,7 +23,7 @@ override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconf OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \ pqexpbuffer.o pqsignal.o fe-secure.o \ dllist.o md5.o ip.o wchar.o encnames.o \ - $(filter getaddrinfo.o inet_aton.o snprintf.o strerror.o path.o, $(LIBOBJS)) + $(filter crypt.o getaddrinfo.o inet_aton.o snprintf.o strerror.o path.o, $(LIBOBJS)) # Add libraries that libpq depends (or might depend) on into the |
