diff options
author | shankar | 2010-02-23 11:16:25 +0000 |
---|---|---|
committer | shankar | 2010-02-23 11:16:25 +0000 |
commit | b9b0020b76017ddf13b98f0c0b4a0af4646819c5 (patch) | |
tree | e96b65721630c515084bc4e2d2092ce03f70b1b1 | |
parent | d93703f859f5e5b00d5ffe53b1a12d6dbb527fcf (diff) | |
download | axis2c-b9b0020b76017ddf13b98f0c0b4a0af4646819c5.tar.gz axis2c-b9b0020b76017ddf13b98f0c0b4a0af4646819c5.tar.bz2 |
fixing issue AXIS2C-1433
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@915285 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | axis2c.pc.in | 4 | ||||
-rw-r--r-- | release_process | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/axis2c.pc.in b/axis2c.pc.in index c13fbe2..4e49ddf 100644 --- a/axis2c.pc.in +++ b/axis2c.pc.in @@ -1,11 +1,11 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -includedir=@includedir@/axis2-1.6.0 +includedir=@includedir@/axis2-@VERSION@ Name: Axis2/C Version: @VERSION@ -Description: Apache Axis2/C Version 1.6.0 +Description: Apache Axis2/C Version @VERSION@ Requires: Libs: -L${libdir} -lxml2 @LIBS@ Cflags: -I${includedir} diff --git a/release_process b/release_process index b69133b..54c5497 100644 --- a/release_process +++ b/release_process @@ -7,7 +7,6 @@ AXIS2/C release process NEWSaxis2.pc samples/ChangeLog axutil_version.h - axis2.pc.in config.h doxygenconf AUTHORS (if there are new) |