*** pgsql/src/interfaces/libpq/Makefile 2009/01/05 09:27:19 1.173 --- pgsql/src/interfaces/libpq/Makefile 2009/07/13 01:37:05 1.174 *************** *** 5,11 **** # 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.172 2009/01/01 17:24:03 momjian Exp $ # #------------------------------------------------------------------------- --- 5,11 ---- # 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 $ # #------------------------------------------------------------------------- *************** include $(top_builddir)/src/Makefile.glo *** 17,23 **** # shared library parameters NAME= pq SO_MAJOR_VERSION= 5 ! SO_MINOR_VERSION= 2 override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port ifneq ($(PORTNAME), win32) --- 17,23 ---- # shared library parameters NAME= pq SO_MAJOR_VERSION= 5 ! 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)