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 sa...@apache.org on 2005/12/02 05:14:50 UTC

svn commit: r351572 - in /webservices/axis2/trunk/c/modules/core/addr: Makefile.am src/Makefile.am

Author: samisa
Date: Thu Dec  1 20:14:32 2005
New Revision: 351572

URL: http://svn.apache.org/viewcvs?rev=351572&view=rev
Log:
Addressing make file system

Added:
    webservices/axis2/trunk/c/modules/core/addr/Makefile.am
    webservices/axis2/trunk/c/modules/core/addr/src/Makefile.am

Added: webservices/axis2/trunk/c/modules/core/addr/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/addr/Makefile.am?rev=351572&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/core/addr/Makefile.am (added)
+++ webservices/axis2/trunk/c/modules/core/addr/Makefile.am Thu Dec  1 20:14:32 2005
@@ -0,0 +1 @@
+SUBDIRS = src

Added: webservices/axis2/trunk/c/modules/core/addr/src/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/addr/src/Makefile.am?rev=351572&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/core/addr/src/Makefile.am (added)
+++ webservices/axis2/trunk/c/modules/core/addr/src/Makefile.am Thu Dec  1 20:14:32 2005
@@ -0,0 +1,8 @@
+lib_LTLIBRARIES = libaxis2_addr.la
+AM_CPPFLAGS = $(CPPFLAGS)
+libaxis2_addr_la_SOURCES = relates_to.c 
+
+libaxis2_addr_la_LIBADD = $(LDFLAGS)
+INCLUDES = -I${CUTEST_HOME}/include \
+            -I$(top_builddir)/include \
+            -I$(top_builddir)/modules/util/src