From b5b9e10003667a7a866298e75535a826dd9d960a Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Tue, 24 Apr 2007 19:54:11 +0000 Subject: [PATCH] pgenlist.h was lost. report from Tom lane. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5ef903e..b393aa5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # # Makefile.am for psqlodbc30w (PostgreSQL ODBC driver) # -# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Makefile.am,v 1.42 2007/04/21 01:06:48 h-saito Exp $ +# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Makefile.am,v 1.43 2007/04/24 19:54:11 h-saito Exp $ # #------------------------------------------------------------------------- @@ -31,7 +31,7 @@ psqlodbca_la_SOURCES = \ descriptor.h dlg_specific.h environ.h \ lobj.h md5.h misc.h multibyte.h pgapifunc.h pgtypes.h \ psqlodbc.h qresult.h resource.h socket.h statement.h tuple.h \ - version.h loadlib.h + version.h loadlib.h pgenlist.h psqlodbcw_la_SOURCES = $(psqlodbca_la_SOURCES) \ odbcapi30w.c odbcapiw.c win_unicode.c -- 2.39.5