summaryrefslogtreecommitdiff
path: root/ext/xml/expat/Makefile.in
blob: c7daf05c0cdb92dfd67591b96bd48e7f82b18e3e (plain)
1
2
3
4
5
6
7
8
9

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