From 0425aadc78680e53000fd0108b540d6eca048516 Mon Sep 17 00:00:00 2001 From: gmcdonald Date: Sat, 13 Feb 2010 01:32:03 +0000 Subject: Moving axis svn, part of TLP move INFRA-2441 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@909681 13f79535-47bb-0310-9956-ffa450edef68 --- axis2c.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 axis2c.pc.in (limited to 'axis2c.pc.in') diff --git a/axis2c.pc.in b/axis2c.pc.in new file mode 100644 index 0000000..c13fbe2 --- /dev/null +++ b/axis2c.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/axis2-1.6.0 + +Name: Axis2/C +Version: @VERSION@ +Description: Apache Axis2/C Version 1.6.0 +Requires: +Libs: -L${libdir} -lxml2 @LIBS@ +Cflags: -I${includedir} + -- cgit v1.1-32-gdbae