diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-06-24 14:45:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-06-24 14:45:46 +0000 |
commit | 975674a952f6d0eb5dc8ec6afdf988c1369e808f (patch) | |
tree | 81f26905bfc20c8f32e5d7cbeebbd680184b86cf /src | |
parent | b235fe3c25970bcba4833af930d2782f4a97e730 (diff) | |
download | postgresql-975674a952f6d0eb5dc8ec6afdf988c1369e808f.tar.gz postgresql-975674a952f6d0eb5dc8ec6afdf988c1369e808f.zip |
Add -L../ecpglib -lecpg for Cygwin compile.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/compatlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/compatlib/Makefile b/src/interfaces/ecpg/compatlib/Makefile index b87275c6f5e..5bd527d98a8 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.4 2003/05/22 17:20:44 petere Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.5 2003/06/24 14:45:46 momjian Exp $ # #------------------------------------------------------------------------- @@ -17,7 +17,7 @@ SO_MAJOR_VERSION= 1 SO_MINOR_VERSION= 0.0 override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(top_srcdir)/src/include/utils $(CPPFLAGS) -SHLIB_LINK = -L../pgtypeslib -lpgtypes +SHLIB_LINK = -L../pgtypeslib -lpgtypes -L../ecpglib -lecpg OBJS= informix.o |