diff options
author | damitha | 2011-05-31 09:08:18 +0000 |
---|---|---|
committer | damitha | 2011-05-31 09:08:18 +0000 |
commit | bcaf5833f0b73566937ad9629d01c943b553abe7 (patch) | |
tree | e68a6bfe6ede138f714a43066041995c384e277a /samples/client | |
parent | 1d2fcf87bcc73e697198fb07493174df550d71c5 (diff) | |
download | axis2c-bcaf5833f0b73566937ad9629d01c943b553abe7.tar.gz axis2c-bcaf5833f0b73566937ad9629d01c943b553abe7.tar.bz2 |
Initial checkin of ntlm auth code
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1129580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples/client')
-rw-r--r-- | samples/client/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/client/Makefile.am b/samples/client/Makefile.am index 63573e8..2eefd75 100644 --- a/samples/client/Makefile.am +++ b/samples/client/Makefile.am @@ -12,5 +12,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -SUBDIRS = echo math google notify mtom yahoo amqp version mtom_callback session +SUBDIRS = echo math google notify mtom yahoo amqp version mtom_callback session $(NTLM_SAMPLE_DIR) EXTRA_DIST= Makefile.am |