Author: samisa
Date: Sat Sep  3 04:20:06 2011
New Revision: 1164801

URL: http://svn.apache.org/viewvc?rev=1164801&view=rev
Log:
Fixed the source pack problem, where ntlm did not make into the source pack

Modified:
    axis/axis2/c/core/trunk/src/core/transport/http/sender/Makefile.am

Modified: axis/axis2/c/core/trunk/src/core/transport/http/sender/Makefile.am
URL: 
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/sender/Makefile.am?rev=1164801&r1=1164800&r2=1164801&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/sender/Makefile.am 
(original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/sender/Makefile.am Sat Sep  
3 04:20:06 2011
@@ -13,6 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 SUBDIRS=ssl libcurl $(NTLM_DIR)
+DIST_SUBDIRS=ssl libcurl ntlm
 lib_LTLIBRARIES = libaxis2_http_sender.la
 
 


Reply via email to