php-src/ext/xml/expat/Makefile.in
2000-05-01 22:38:42 +00:00

10 lines
279 B
Makefile

LTLIBRARY_NAME = libexpat.la
LTLIBRARY_DEPENDENCIES = xmltok/libexpat_tok.la xmlparse/libexpat_parse.la
LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES)
LTLIBRARY_SHARED_LIBADD = $(LTLIBRARY_LIBADD)
SUBDIRS = xmltok xmlparse
include $(top_srcdir)/build/dynlib.mk