From 3eb3fa0892849ed61c34a1d5cbdeaf893711a16b Mon Sep 17 00:00:00 2001 From: nandika Date: Tue, 20 Apr 2010 06:29:15 +0000 Subject: makefile updated git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@935812 13f79535-47bb-0310-9956-ffa450edef68 --- src/modules/mod_addr/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/mod_addr/Makefile.am b/src/modules/mod_addr/Makefile.am index 3e61c1e..e0a48c7 100644 --- a/src/modules/mod_addr/Makefile.am +++ b/src/modules/mod_addr/Makefile.am @@ -7,7 +7,8 @@ libaxis2_mod_addr_la_SOURCES = addr_in_handler.c \ mod_addr.c libaxis2_mod_addr_la_LIBADD = $(top_builddir)/axiom/src/om/libaxis2_axiom.la \ - $(top_builddir)/util/src/libaxutil.la + $(top_builddir)/util/src/libaxutil.la \ + $(top_builddir)/src/core/libaxis2_engine.la libaxis2_mod_addr_la_LDFLAGS = -version-info $(VERSION_NO) -- cgit v1.1-32-gdbae