|
|
|
@ -5,7 +5,7 @@ |
|
|
|
|
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
|
|
|
|
# Portions Copyright (c) 1994, Regents of the University of California
|
|
|
|
|
#
|
|
|
|
|
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.177 2010/01/02 16:58:11 momjian Exp $
|
|
|
|
|
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.178 2010/07/12 16:18:44 momjian Exp $
|
|
|
|
|
#
|
|
|
|
|
#-------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global |
|
|
|
|
# shared library parameters
|
|
|
|
|
NAME= pq
|
|
|
|
|
SO_MAJOR_VERSION= 5
|
|
|
|
|
SO_MINOR_VERSION= 3
|
|
|
|
|
SO_MINOR_VERSION= 4
|
|
|
|
|
|
|
|
|
|
override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port |
|
|
|
|
ifneq ($(PORTNAME), win32) |
|
|
|
|