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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]