php-src/ext/sablot/Makefile.in
Sterling Hughes 89b77bfb47 @-Add the Sablotron extension for XSL parsing. (Sterling)
Folks, features include:

- Output Buffering Tie-ins
- Optional Descriptive error reporting (compile option)
- String Transformations
- File Transformations
- Logging
- SAX XML Processing support (slightly different from expat, even though
Sablotron uses expat to do the parsing.)
2000-09-03 13:00:08 +00:00

9 lines
203 B
Makefile

# $Id $
LTLIBRARY_NAME = libsablot.la
LTLIBRARY_SOURCES = sablot.c
LTLIBRARY_SHARED_NAME = sablot.la
LTLIBRARY_SHARED_LIBADD = $(SABLOT_SHARED_LIBADD)
include $(top_srcdir)/build/dynlib.mk