diff options
author | shankar | 2010-02-23 12:30:13 +0000 |
---|---|---|
committer | shankar | 2010-02-23 12:30:13 +0000 |
commit | 9e02291ba0f792216add4c75c1efc7d25cfaf942 (patch) | |
tree | c43042aae4c1a1539ed8adf517925098f6df8dc6 /axiom | |
parent | 1a8f447d0bb116d460ca79bfc26d63a8ed8e8a6f (diff) | |
download | axis2c-9e02291ba0f792216add4c75c1efc7d25cfaf942.tar.gz axis2c-9e02291ba0f792216add4c75c1efc7d25cfaf942.tar.bz2 |
fixing libtoolize warnings
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@915301 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'axiom')
-rw-r--r-- | axiom/src/parser/libxml2/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/axiom/src/parser/libxml2/Makefile.am b/axiom/src/parser/libxml2/Makefile.am index a5b4c75..15e9ad5 100644 --- a/axiom/src/parser/libxml2/Makefile.am +++ b/axiom/src/parser/libxml2/Makefile.am @@ -8,7 +8,6 @@ libaxis2_parser_la_LIBADD = @LIBXML2_LIBS@ \ ../../../../util/src/libaxutil.la libaxis2_parser_la_LDFLAGS = -version-info $(VERSION_NO) -libaxis2_libxml2_la_LDFLAGS = -version-info $(VERSION_NO) INCLUDES = -I$(top_builddir)/include \ |