diff options
author | William M. Brack <wbrack@src.gnome.org> | 2003-08-07 13:03:02 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2003-08-07 13:03:02 +0000 |
commit | 5814e8cf8b16f02b8748ea73e96273839b88d496 (patch) | |
tree | d843fe49e858aa5397791f2e46f244a3c222648a /breakpoint | |
parent | b36b9770afaf9dc5a96bc3e71ef70529b7d2743a (diff) | |
download | libxslt-5814e8cf8b16f02b8748ea73e96273839b88d496.tar.gz libxslt-5814e8cf8b16f02b8748ea73e96273839b88d496.tar.bz2 libxslt-5814e8cf8b16f02b8748ea73e96273839b88d496.zip |
removed ref to libxslt.la Minor cleanup of warning errors
* breakpoint/Makefile.am: removed ref to libxslt.la
* numbers.c transform.c python/libxml_wrap.h python/types.c
xlstproc/xsltproc.c: Minor cleanup of warning errors
Diffstat (limited to 'breakpoint')
-rw-r--r-- | breakpoint/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/breakpoint/Makefile.am b/breakpoint/Makefile.am index c6edf0db..f9442a2c 100644 --- a/breakpoint/Makefile.am +++ b/breakpoint/Makefile.am @@ -6,7 +6,7 @@ libxsltbreakpoint_la_SOURCES = \ deprecated.c libxsltbreakpoint_la_LIBADD = -libxsltbreakpoint_la_LDFLAGS = -version-info @LIBXSLTBREAK_VERSION_INFO@ $(top_builddir)/libxslt/libxslt.la +libxsltbreakpoint_la_LDFLAGS = -version-info @LIBXSLTBREAK_VERSION_INFO@ clean: rm -f *.lo |