diff options
author | nandika | 2010-04-20 06:32:08 +0000 |
---|---|---|
committer | nandika | 2010-04-20 06:32:08 +0000 |
commit | 4236357ca9d71ac0140b3ebe7f295232e69cbb0f (patch) | |
tree | 9f8dbfc3cf286ee49160058bdaf74bb89afcef13 /src/modules | |
parent | 3eb3fa0892849ed61c34a1d5cbdeaf893711a16b (diff) | |
download | axis2c-4236357ca9d71ac0140b3ebe7f295232e69cbb0f.tar.gz axis2c-4236357ca9d71ac0140b3ebe7f295232e69cbb0f.tar.bz2 |
makefile updated
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@935814 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/mod_addr/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/mod_addr/Makefile.am b/src/modules/mod_addr/Makefile.am index e0a48c7..89f1e53 100644 --- a/src/modules/mod_addr/Makefile.am +++ b/src/modules/mod_addr/Makefile.am @@ -8,7 +8,7 @@ libaxis2_mod_addr_la_SOURCES = addr_in_handler.c \ libaxis2_mod_addr_la_LIBADD = $(top_builddir)/axiom/src/om/libaxis2_axiom.la \ $(top_builddir)/util/src/libaxutil.la \ - $(top_builddir)/src/core/libaxis2_engine.la + $(top_builddir)/src/core/engine/libaxis2_engine.la libaxis2_mod_addr_la_LDFLAGS = -version-info $(VERSION_NO) |