diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-08-06 02:19:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-08-06 02:19:51 +0000 |
commit | 149f01c4d463744cd2fe504f017422bbb9e5440e (patch) | |
tree | a65ab978b60e61fd29941509c96c8ead7cde2b25 /src/interfaces/ecpg/compatlib | |
parent | 630684d3a130bb9381e5256b24d248d6a751d59f (diff) | |
download | postgresql-149f01c4d463744cd2fe504f017422bbb9e5440e.tar.gz postgresql-149f01c4d463744cd2fe504f017422bbb9e5440e.zip |
Add ecpg thread testing file.
Diffstat (limited to 'src/interfaces/ecpg/compatlib')
-rw-r--r-- | src/interfaces/ecpg/compatlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/compatlib/Makefile b/src/interfaces/ecpg/compatlib/Makefile index 7ec04b1e9dd..73bf3389a19 100644 --- a/src/interfaces/ecpg/compatlib/Makefile +++ b/src/interfaces/ecpg/compatlib/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.7 2003/08/01 16:18:04 petere Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.8 2003/08/06 02:19:48 momjian Exp $ # #------------------------------------------------------------------------- @@ -16,8 +16,8 @@ NAME= ecpg_compat SO_MAJOR_VERSION= 1 SO_MINOR_VERSION= 0 -override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS) -SHLIB_LINK = -L../pgtypeslib -lpgtypes -L../ecpglib -lecpg +override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS) $(THREAD_CFLAGS) +SHLIB_LINK = -L../pgtypeslib -lpgtypes -L../ecpglib -lecpg $(THREAD_LIBS) OBJS= informix.o |