We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentacf09c6 commitdf5a588Copy full SHA for df5a588
src/interfaces/ecpg/pgtypeslib/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $Header: /cvsroot/pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.10 2003/08/06 02:19:51 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.11 2003/08/07 04:03:18 momjian Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -17,6 +17,7 @@ SO_MAJOR_VERSION= 1
17
SO_MINOR_VERSION= 0
18
19
overrideCPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(top_srcdir)/src/include/utils$(CPPFLAGS)$(THREAD_CFLAGS) -g
20
+SHLIB_LINK += -lm
21
22
OBJS= numeric.o datetime.o common.o dt_common.o timestamp.o interval.o\
23
$(filter rint.o,$(LIBOBJS))