diff options
| author | Michael Meskes <meskes@postgresql.org> | 2000-03-07 15:11:03 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2000-03-07 15:11:03 +0000 |
| commit | 5a197810c09da06a772c235a6bba68290745d74c (patch) | |
| tree | dd0053c6d2c99e6f9dc980a350623b30f3ae9496 /src/interfaces/ecpg/lib/Makefile.in | |
| parent | ad3db67e5311590d42b8c5fce2a8ee2116678923 (diff) | |
| download | postgresql-5a197810c09da06a772c235a6bba68290745d74c.tar.gz | |
*** empty log message ***
Diffstat (limited to 'src/interfaces/ecpg/lib/Makefile.in')
| -rw-r--r-- | src/interfaces/ecpg/lib/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile.in b/src/interfaces/ecpg/lib/Makefile.in index 1640d97063..a462030ff5 100644 --- a/src/interfaces/ecpg/lib/Makefile.in +++ b/src/interfaces/ecpg/lib/Makefile.in @@ -6,7 +6,7 @@ # Copyright (c) 1994, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.61 2000/02/25 11:11:15 meskes Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.62 2000/03/07 15:10:52 meskes Exp $ # #------------------------------------------------------------------------- @@ -23,7 +23,8 @@ ifdef KRBVERS CFLAGS+= $(KRBFLAGS) endif -OBJS= ecpglib.o typename.o descriptor.o data.o error.o prepare.o memory.o +OBJS= execute.o typename.o descriptor.o data.o error.o prepare.o memory.o \ + connect.o misc.o SHLIB_LINK= -L../../libpq -lpq |
