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 2007/05/08 17:09:12 UTC

svn commit: r536216 - /webservices/sandesha/trunk/c/Makefile.am

Author: damitha
Date: Tue May  8 08:09:12 2007
New Revision: 536216

URL: http://svn.apache.org/viewvc?view=rev&rev=536216
Log:
build.sh was missing from dist. Corrected this.

Modified:
    webservices/sandesha/trunk/c/Makefile.am

Modified: webservices/sandesha/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/Makefile.am?view=diff&rev=536216&r1=536215&r2=536216
==============================================================================
--- webservices/sandesha/trunk/c/Makefile.am (original)
+++ webservices/sandesha/trunk/c/Makefile.am Tue May  8 08:09:12 2007
@@ -10,7 +10,7 @@
 			include/sandesha2_client.h \
 			include/sandesha2_seq_report.h \
 			include/sandesha2_report.h
-data_DATA = LICENSE config/module.xml
+data_DATA = config/module.xml
 prgbin_DATA = config/mysql_schema.sh config/init_mysql.sh config/sqlite_schema.sh
-EXTRA_DIST=config include LICENSE
+EXTRA_DIST=config include build.sh LICENSE
 



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