You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
300 B

LTLIBRARY_NAME = libxml.la
LTLIBRARY_SOURCES = xml.c
LTLIBRARY_DEPENDENCIES = expat/libexpat.la
LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES)
LTLIBRARY_SHARED_NAME = xml.la
LTLIBRARY_SHARED_LIBADD = $(LTLIBRARY_LIBADD)
SUBDIRS = expat
include $(top_srcdir)/build/dynlib.mk