projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ecb195
)
Use only two-part shared library version numbers, for better portability
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 1 Aug 2003 16:18:04 +0000
(16:18 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Fri, 1 Aug 2003 16:18:04 +0000
(16:18 +0000)
and consistency.
src/interfaces/ecpg/compatlib/Makefile
patch
|
blob
|
blame
|
history
src/interfaces/ecpg/ecpglib/Makefile
patch
|
blob
|
blame
|
history
src/interfaces/ecpg/pgtypeslib/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/compatlib/Makefile
b/src/interfaces/ecpg/compatlib/Makefile
index f6b08dc505c7fc66158ca678cd173e0dee46e2cb..d78c1e6fc281636555a2c5cbe3151a12f84552de 100644
(file)
--- a/
src/interfaces/ecpg/compatlib/Makefile
+++ b/
src/interfaces/ecpg/compatlib/Makefile
@@
-14,7
+14,7
@@
include $(top_builddir)/src/Makefile.global
NAME= ecpg_compat
SO_MAJOR_VERSION= 1
-SO_MINOR_VERSION= 0
.0
+SO_MINOR_VERSION= 0
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
SHLIB_LINK = -L../pgtypeslib -lpgtypes -L../ecpglib -lecpg
diff --git
a/src/interfaces/ecpg/ecpglib/Makefile
b/src/interfaces/ecpg/ecpglib/Makefile
index 4facb64b461135334a5aae40ff55ea15536bd284..3837cb381f44725a0ab9bd086d6c988b9c2fec3d 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/Makefile
+++ b/
src/interfaces/ecpg/ecpglib/Makefile
@@
-14,7
+14,7
@@
include $(top_builddir)/src/Makefile.global
NAME= ecpg
SO_MAJOR_VERSION= 4
-SO_MINOR_VERSION= 0
.0
+SO_MINOR_VERSION= 0
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS) $(THREAD_CFLAGS)
diff --git
a/src/interfaces/ecpg/pgtypeslib/Makefile
b/src/interfaces/ecpg/pgtypeslib/Makefile
index a6a1dd4851f8c5b7b14cef11bbb7e8d94da68400..3c6c65930f768e297e5856a2b4771c3378de7e81 100644
(file)
--- a/
src/interfaces/ecpg/pgtypeslib/Makefile
+++ b/
src/interfaces/ecpg/pgtypeslib/Makefile
@@
-14,7
+14,7
@@
include $(top_builddir)/src/Makefile.global
NAME= pgtypes
SO_MAJOR_VERSION= 1
-SO_MINOR_VERSION= 0
.0
+SO_MINOR_VERSION= 0
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(top_srcdir)/src/include/utils $(CPPFLAGS) -g