From 41025360d879dc6098ee2307e0fede513549e63e Mon Sep 17 00:00:00 2001 From: samisa Date: Sat, 3 Sep 2011 04:20:06 +0000 Subject: Fixed the source pack problem, where ntlm did not make into the source pack git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1164801 13f79535-47bb-0310-9956-ffa450edef68 --- src/core/transport/http/sender/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/core/transport/http/sender/Makefile.am b/src/core/transport/http/sender/Makefile.am index 15e5a93..dd314d3 100644 --- a/src/core/transport/http/sender/Makefile.am +++ b/src/core/transport/http/sender/Makefile.am @@ -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 -- cgit v1.1-32-gdbae