summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--axiom/src/parser/libxml2/Makefile.am1
-rw-r--r--guththila/src/Makefile.am2
2 files changed, 1 insertions, 2 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 \
diff --git a/guththila/src/Makefile.am b/guththila/src/Makefile.am
index f738e48..1390c02 100644
--- a/guththila/src/Makefile.am
+++ b/guththila/src/Makefile.am
@@ -3,7 +3,7 @@ lib_LTLIBRARIES = libguththila.la
libguththila_la_LDFLAGS = -version-info $(VERSION_NO)
libguththila_la_SOURCES = guththila_buffer.c \
- guththila_namespace.c \
+ guththila_namespace.c \
guththila_token.c \
guththila_reader.c \
guththila_attribute.c \