diff options
author | samisa | 2011-09-03 04:20:06 +0000 |
---|---|---|
committer | samisa | 2011-09-03 04:20:06 +0000 |
commit | 41025360d879dc6098ee2307e0fede513549e63e (patch) | |
tree | 68e9ad621b2eea9611e0f7f07c00a979472feef5 | |
parent | 0cce141d76acdcc1971d897bb98ca01876cd9032 (diff) | |
download | axis2c-41025360d879dc6098ee2307e0fede513549e63e.tar.gz axis2c-41025360d879dc6098ee2307e0fede513549e63e.tar.bz2 |
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
-rw-r--r-- | src/core/transport/http/sender/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |