You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2006/10/16 15:42:31 UTC

svn commit: r464489 - in /webservices/axis2/trunk/c: Makefile.am axis2c.pc.in configure.ac

Author: pini
Date: Mon Oct 16 06:42:30 2006
New Revision: 464489

URL: http://svn.apache.org/viewvc?view=rev&rev=464489
Log:
Fix to jira 289. Supporting pkgconfig.

Added:
    webservices/axis2/trunk/c/axis2c.pc.in
Modified:
    webservices/axis2/trunk/c/Makefile.am
    webservices/axis2/trunk/c/configure.ac

Modified: webservices/axis2/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/Makefile.am?view=diff&rev=464489&r1=464488&r2=464489
==============================================================================
--- webservices/axis2/trunk/c/Makefile.am (original)
+++ webservices/axis2/trunk/c/Makefile.am Mon Oct 16 06:42:30 2006
@@ -1,6 +1,10 @@
 datadir=$(prefix)
 logsdir=$(prefix)/logs
 docsdir=$(prefix)/docs
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = axis2c.pc
+
 SUBDIRS = util $(GUTHTHILA_DIR) axiom xml_schema woden modules $(RAMPART_DIR) $(TESTDIR) include ides
 include_HEADERS=$(top_builddir)/include/*.h
 data_DATA= samples/server/axis2.xml README \

Added: webservices/axis2/trunk/c/axis2c.pc.in
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axis2c.pc.in?view=auto&rev=464489
==============================================================================
--- webservices/axis2/trunk/c/axis2c.pc.in (added)
+++ webservices/axis2/trunk/c/axis2c.pc.in Mon Oct 16 06:42:30 2006
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Axis2/C
+Version: @VERSION@
+Description: Apache Axis2/C Version 0.94.
+Requires:
+Libs: -L${libdir} -laxis2 -lxml2 @LIBS@
+Cflags: -I${includedir}
+

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?view=diff&rev=464489&r1=464488&r2=464489
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Mon Oct 16 06:42:30 2006
@@ -352,7 +352,8 @@
     test/tools/Makefile \
     ides/Makefile \
     ides/anjuta/Makefile \
-    include/Makefile
+    include/Makefile \
+    axis2c.pc
     ])
     
 AC_OUTPUT



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org