From 44dd2a115e84c2ec2890c10be5455689800f38ee Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 16 Feb 2013 18:07:07 +0100 Subject: Build om library before xpath as latter depends on it --- axiom/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.1-32-gdbae