diff options
author | samisa | 2012-02-11 15:24:30 +0000 |
---|---|---|
committer | samisa | 2012-02-11 15:24:30 +0000 |
commit | 92bafc34c3c626a8597feed461bdb4e5327483f1 (patch) | |
tree | 6b94a07611647021e3f27da6967d4e338afc4de3 /samples | |
parent | 9a39f13746931cb7f7b817e87e16331d92388d39 (diff) | |
download | axis2c-92bafc34c3c626a8597feed461bdb4e5327483f1.tar.gz axis2c-92bafc34c3c626a8597feed461bdb4e5327483f1.tar.bz2 |
fixed the ntml packaging problem for dist
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1243083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples')
-rw-r--r-- | samples/client/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/client/Makefile.am b/samples/client/Makefile.am index 5256723..adb6ef5 100644 --- a/samples/client/Makefile.am +++ b/samples/client/Makefile.am @@ -13,4 +13,5 @@ # 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_DIR) +DIST_SUBDIRS = echo math google notify mtom yahoo amqp version mtom_callback session ntlm EXTRA_DIST= Makefile.am |