diff options
-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} |