|
|
|
@ -5,7 +5,7 @@ |
|
|
|
|
# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
|
|
|
|
|
# Portions Copyright (c) 1994, Regents of the University of California
|
|
|
|
|
#
|
|
|
|
|
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.173 2009/01/05 09:27:19 petere Exp $
|
|
|
|
|
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.174 2009/07/13 01:37:05 momjian Exp $
|
|
|
|
|
#
|
|
|
|
|
#-------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global |
|
|
|
|
# shared library parameters
|
|
|
|
|
NAME= pq
|
|
|
|
|
SO_MAJOR_VERSION= 5
|
|
|
|
|
SO_MINOR_VERSION= 2
|
|
|
|
|
SO_MINOR_VERSION= 3
|
|
|
|
|
|
|
|
|
|
override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port |
|
|
|
|
ifneq ($(PORTNAME), win32) |
|
|
|
|