1 ## Process this file with automake to produce Makefile.in
2 ## ##################################################
4 SUBDIRS = base parser capability solver source detail media url
6 ## ##################################################
8 include_HEADERS = NeedAType.h \
41 ## ##################################################
43 lib_LTLIBRARIES = lib@PACKAGE@.la
45 ## ##################################################
47 lib@PACKAGE@_la_SOURCES = \
77 lib@PACKAGE@_la_LDFLAGS = @LIB_VERSION_INFO@
79 lib@PACKAGE@_la_LIBADD = base/lib@PACKAGE@_base.la \
80 detail/lib@PACKAGE@_detail.la \
81 capability/lib@PACKAGE@_capability.la \
82 solver/lib@PACKAGE@_solver.la \
83 parser/lib@PACKAGE@_parser.la \
84 source/lib@PACKAGE@_source.la \
85 media/lib@PACKAGE@_media.la \
86 url/lib@PACKAGE@_url.la \
89 ## ##################################################