summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-16 18:07:07 +0100
committerGravatar Martin Szulecki2013-02-16 18:07:07 +0100
commit44dd2a115e84c2ec2890c10be5455689800f38ee (patch)
tree76c6c38e1ce55fd27a94623462939c1b45496440
parentd579337d73903963382c7b86003e7b98ddfb6564 (diff)
downloadaxis2c-44dd2a115e84c2ec2890c10be5455689800f38ee.tar.gz
axis2c-44dd2a115e84c2ec2890c10be5455689800f38ee.tar.bz2
Build om library before xpath as latter depends on it
-rw-r--r--axiom/src/Makefile.am2
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}