You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2006/07/12 05:57:55 UTC

svn commit: r421106 - /webservices/sandesha/trunk/c/src/util/Makefile.am

Author: damitha
Date: Tue Jul 11 20:57:54 2006
New Revision: 421106

URL: http://svn.apache.org/viewvc?rev=421106&view=rev
Log:
Added build file

Added:
    webservices/sandesha/trunk/c/src/util/Makefile.am

Added: webservices/sandesha/trunk/c/src/util/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/Makefile.am?rev=421106&view=auto
==============================================================================
--- webservices/sandesha/trunk/c/src/util/Makefile.am (added)
+++ webservices/sandesha/trunk/c/src/util/Makefile.am Tue Jul 11 20:57:54 2006
@@ -0,0 +1,8 @@
+noinst_LTLIBRARIES = libsandesha_util.la
+
+libsandesha_util_la_SOURCES = \
+							error.c
+
+INCLUDES = -I$(top_builddir)/include \
+			-I$(top_builddir)/include/sandesha2 \
+			@UTILINC@



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