File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/interfaces/ecpg/pgtypeslib Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $Header: /cvsroot/pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.10 2003/08/06 02:19:51 momjian Exp $
7
+ # $Header: /cvsroot/pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.11 2003/08/07 04:03:18 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -17,6 +17,7 @@ SO_MAJOR_VERSION= 1
17
17
SO_MINOR_VERSION = 0
18
18
19
19
override CPPFLAGS := -I$(top_srcdir ) /src/interfaces/ecpg/include -I$(top_srcdir ) /src/include/utils $(CPPFLAGS ) $(THREAD_CFLAGS ) -g
20
+ SHLIB_LINK += -lm
20
21
21
22
OBJS = numeric.o datetime.o common.o dt_common.o timestamp.o interval.o \
22
23
$(filter rint.o, $(LIBOBJS ) )
You can’t perform that action at this time.
0 commit comments