diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-02-13 13:15:12 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-02-13 13:15:12 +0000 |
commit | b7c0d48423a0128cf71c9a8a0243e87e49707629 (patch) | |
tree | eec911b52e197b0d72c956babe73c87da50e546a /src/interfaces | |
parent | 084e66a07766824c9566c276cc56d8eff7cb329b (diff) | |
download | postgresql-b7c0d48423a0128cf71c9a8a0243e87e49707629.tar.gz postgresql-b7c0d48423a0128cf71c9a8a0243e87e49707629.zip |
Makefile.in needs to be configured to use PORTNAME variable
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/ecpg/lib/Makefile.in (renamed from src/interfaces/ecpg/lib/Makefile) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile b/src/interfaces/ecpg/lib/Makefile.in index e551a26a6ea..e19859eda7b 100644 --- a/src/interfaces/ecpg/lib/Makefile +++ b/src/interfaces/ecpg/lib/Makefile.in @@ -3,8 +3,10 @@ include $(SRCDIR)/Makefile.global PQ_INCLUDE=-I$(SRCDIR)/include -I$(SRCDIR)/interfaces/libpq -SO_MAJOR_VERSION=0 -SO_MINOR_VERSION=5 +SO_MAJOR_VERSION=1 +SO_MINOR_VERSION=0 + +PORTNAME=@PORTNAME@ # Shared library stuff shlib := |