diff options
author | damitha | 2011-06-09 16:11:45 +0000 |
---|---|---|
committer | damitha | 2011-06-09 16:11:45 +0000 |
commit | 5eb709e057b59487bcbd189c8ac918e6c1eff015 (patch) | |
tree | 6835526a6e22342c153bcadf1442a356cf130207 /samples/client | |
parent | dd04f4315cdf6e33b3d18908fb7005000faea8ea (diff) | |
download | axis2c-5eb709e057b59487bcbd189c8ac918e6c1eff015.tar.gz axis2c-5eb709e057b59487bcbd189c8ac918e6c1eff015.tar.bz2 |
Improving build for NTLM
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1133957 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 2eefd75..5256723 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 $(NTLM_SAMPLE_DIR) +SUBDIRS = echo math google notify mtom yahoo amqp version mtom_callback session $(NTLM_DIR) EXTRA_DIST= Makefile.am |