diff options
author | nandika | 2010-04-20 06:29:15 +0000 |
---|---|---|
committer | nandika | 2010-04-20 06:29:15 +0000 |
commit | 3eb3fa0892849ed61c34a1d5cbdeaf893711a16b (patch) | |
tree | 42be122bdde4ffb50b843fd1dfd4936adf0d246e /src | |
parent | 06521f09fe525d21913599789d25ebf1a5ffce13 (diff) | |
download | axis2c-3eb3fa0892849ed61c34a1d5cbdeaf893711a16b.tar.gz axis2c-3eb3fa0892849ed61c34a1d5cbdeaf893711a16b.tar.bz2 |
makefile updated
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@935812 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/mod_addr/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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) |