*** pgsql/src/interfaces/ecpg/compatlib/Makefile 2009/07/13 01:37:05 1.43 --- pgsql/src/interfaces/ecpg/compatlib/Makefile 2009/08/07 10:51:20 1.44 *************** *** 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/ecpg/compatlib/Makefile,v 1.42 2009/01/01 17:24:02 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/ecpg/compatlib/Makefile,v 1.43 2009/07/13 01:37:05 momjian Exp $ # #------------------------------------------------------------------------- *************** include $(top_builddir)/src/Makefile.glo *** 15,21 **** NAME= ecpg_compat SO_MAJOR_VERSION= 3 ! SO_MINOR_VERSION= 2 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \ -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS) --- 15,21 ---- NAME= ecpg_compat SO_MAJOR_VERSION= 3 ! SO_MINOR_VERSION= 1 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \ -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS)