Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b235fe3 commit 975674aCopy full SHA for 975674a
src/interfaces/ecpg/compatlib/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $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 $
8
9
#-------------------------------------------------------------------------
10
@@ -17,7 +17,7 @@ SO_MAJOR_VERSION= 1
17
SO_MINOR_VERSION= 0.0
18
19
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
20
-SHLIB_LINK = -L../pgtypeslib -lpgtypes
+SHLIB_LINK = -L../pgtypeslib -lpgtypes -L../ecpglib -lecpg
21
22
OBJS= informix.o
23
0 commit comments