We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f4cde commit 80c6843Copy full SHA for 80c6843
src/interfaces/odbc/GNUmakefile
@@ -2,7 +2,7 @@
2
#
3
# GNUMakefile for psqlodbc (Postgres ODBC driver)
4
5
-# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.14 2001/02/20 19:20:29 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.15 2001/03/26 09:34:17 inoue Exp $
6
7
#-------------------------------------------------------------------------
8
@@ -23,6 +23,10 @@ OBJS = info.o bind.o columninfo.o connection.o convert.o drvconn.o \
23
pgtypes.o psqlodbc.o qresult.o results.o socket.o parse.o statement.o \
24
gpps.o tuple.o tuplelist.o dlg_specific.o $(OBJX)
25
26
+ifdef MULTIBYTE
27
+OBJS += multibyte.o
28
+endif
29
+
30
SHLIB_LINK = $(filter -lm, $(LIBS))
31
32
all: all-lib
0 commit comments