diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2005-02-09 21:00:05 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2005-02-09 21:00:05 +0000 |
commit | a4f9ea09719fca15fcce215902fe49fde05ffac8 (patch) | |
tree | 40b85001f3510707e66498c4b9e13a5231595753 /tests/plugins | |
parent | e04fbb1e277d6650edf52bce332676d1999e6789 (diff) | |
download | libxslt-a4f9ea09719fca15fcce215902fe49fde05ffac8.tar.gz libxslt-a4f9ea09719fca15fcce215902fe49fde05ffac8.tar.bz2 libxslt-a4f9ea09719fca15fcce215902fe49fde05ffac8.zip |
applied patch for make wiki from Joel Reed and rebuild fix from Joel Reed
* doc/Makefile.am doc/libxslt-api.xml doc/libxslt-refs.xml
doc/EXSLT/libexslt-api.xml: applied patch for make wiki from
Joel Reed and rebuild
* tests/plugins/Makefile.am: fix from Joel Reed for make dist
Daniel
Diffstat (limited to 'tests/plugins')
-rw-r--r-- | tests/plugins/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index 94dacd10..01a4a06f 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -9,15 +9,16 @@ $(top_builddir)/xsltproc/xsltproc: EXTRA_DIST = plugin.out plugin.xml plugin.xsl -all: - -if WITH_MODULES pkglib_LTLIBRARIES = xmlsoft_org_xslt_testplugin.la xmlsoft_org_xslt_testplugin_la_CFLAGS = -DMODULE_COMPILE $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS) xmlsoft_org_xslt_testplugin_la_SOURCES = testplugin.c xmlsoft_org_xslt_testplugin_la_LDFLAGS = -module -avoid-version $(LIBXML_LIBS) $(XSLT_LIBS) +all: + +if WITH_MODULES + test-logall: @echo '## Running plugin tests' @echo '## Note: installing xmlsoft_org_xslt_testplugin.so' |