diff options
author | Martin Szulecki | 2013-02-16 18:07:07 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-02-16 18:07:07 +0100 |
commit | 44dd2a115e84c2ec2890c10be5455689800f38ee (patch) | |
tree | 76c6c38e1ce55fd27a94623462939c1b45496440 | |
parent | d579337d73903963382c7b86003e7b98ddfb6564 (diff) | |
download | axis2c-44dd2a115e84c2ec2890c10be5455689800f38ee.tar.gz axis2c-44dd2a115e84c2ec2890c10be5455689800f38ee.tar.bz2 |
Build om library before xpath as latter depends on it
-rw-r--r-- | axiom/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/axiom/src/Makefile.am b/axiom/src/Makefile.am index f7f9496..41d651e 100644 --- a/axiom/src/Makefile.am +++ b/axiom/src/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 = parser attachments soap util ${XPATH_DIR} om +SUBDIRS = parser attachments soap util om ${XPATH_DIR} |