diff options
author | nandika | 2010-05-13 19:57:13 +0000 |
---|---|---|
committer | nandika | 2010-05-13 19:57:13 +0000 |
commit | d18e9efa5b1697591057ba80f0877f3ad69ec184 (patch) | |
tree | 432d76455cd243fae8fffb86e6870cea8272ec7b /axiom | |
parent | c4fe2d8bb274b9afc2863e75f21a79567f331f7c (diff) | |
download | axis2c-d18e9efa5b1697591057ba80f0877f3ad69ec184.tar.gz axis2c-d18e9efa5b1697591057ba80f0877f3ad69ec184.tar.bz2 |
makefile updated
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@943993 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'axiom')
-rw-r--r-- | axiom/src/soap/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/axiom/src/soap/Makefile.am b/axiom/src/soap/Makefile.am index 5b53ba8..1c71103 100644 --- a/axiom/src/soap/Makefile.am +++ b/axiom/src/soap/Makefile.am @@ -22,7 +22,7 @@ INCLUDES = -I$(top_builddir)/include \ -I$(top_builddir)/src/om \ -I ../../../util/include -EXTRA_DIST = axiom_soap11_builder_helper.h \ +EXTRA_DIST = axiom_soap11_builder_helper.h axiom_soap_builder_internal.h \ _axiom_soap_fault_code.h _axiom_soap_fault_reason.h \ _axiom_soap_fault_value.h axiom_soap12_builder_helper.h \ _axiom_soap_fault_detail.h _axiom_soap_fault_role.h \ |