diff options
-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) |