|
|
|
@ -5,7 +5,7 @@ |
|
|
|
|
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
|
|
|
|
|
# Portions Copyright (c) 1994, Regents of the University of California
|
|
|
|
|
#
|
|
|
|
|
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.129 2005/03/11 19:13:43 momjian Exp $
|
|
|
|
|
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.130 2005/03/14 17:27:50 momjian Exp $
|
|
|
|
|
#
|
|
|
|
|
#-------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global |
|
|
|
|
# shared library parameters
|
|
|
|
|
NAME= pq
|
|
|
|
|
SO_MAJOR_VERSION= 4
|
|
|
|
|
SO_MINOR_VERSION= 0
|
|
|
|
|
SO_MINOR_VERSION= 1
|
|
|
|
|
DLTYPE= library
|
|
|
|
|
|
|
|
|
|
override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port |
|
|
|
|