summaryrefslogtreecommitdiffstats
path: root/axiom/src/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'axiom/src/util/Makefile.am')
-rw-r--r--axiom/src/util/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/axiom/src/util/Makefile.am b/axiom/src/util/Makefile.am
new file mode 100644
index 0000000..ea76b68
--- /dev/null
+++ b/axiom/src/util/Makefile.am
@@ -0,0 +1,8 @@
+noinst_LTLIBRARIES = libaxis2_axiom_util.la
+libaxis2_axiom_util_la_SOURCES = om_util.c
+
+libaxis2_axiom_util_la_LIBADD =
+INCLUDES = -I$(top_builddir)/include \
+ -I$(top_builddir)/src/parser \
+ -I$(top_builddir)/src/om \
+ -I ../../../util/include