diff options
-rw-r--r-- | axiom/src/xpath/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/axiom/src/xpath/Makefile.am b/axiom/src/xpath/Makefile.am index 23c42ba..0fd3152 100644 --- a/axiom/src/xpath/Makefile.am +++ b/axiom/src/xpath/Makefile.am @@ -23,7 +23,8 @@ libaxis2_xpath_la_SOURCES = xpath.c \ libaxis2_xpath_la_LDFLAGS = -version-info $(VERSION_NO) -libaxis2_xpath_la_LIBADD = +libaxis2_xpath_la_LIBADD = $(top_builddir)/../util/src/libaxutil.la \ + $(top_builddir)/src/om/libaxis2_axiom.la INCLUDES = -I$(top_builddir)/include \ -I$(top_builddir)/src/parser \ -I$(top_builddir)/src/om \ |