]> git.mxchange.org Git - simgear.git/blob - simgear/xml/Makefile.am
Removed metakit and zlib from the configure/build process. The
[simgear.git] / simgear / xml / Makefile.am
1 includedir = @includedir@/xml
2
3 lib_LIBRARIES = libsgxml.a
4
5 include_HEADERS = \
6         easyxml.hxx
7
8 noinst_HEADERS = \
9         xmltok_impl.c xmltok_ns.c
10
11 libsgxml_a_SOURCES = \
12         asciitab.h \
13         easyxml.cxx \
14         hashtable.h hashtable.c \
15         iasciitab.h latin1tab.h nametab.h utf8tab.h xmldef.h \
16         xmlparse.h xmlparse.c \
17         xmlrole.h xmlrole.c \
18         xmltok.h xmltok.c \
19         xmltok_impl.h
20
21 if OLD_AUTOMAKE
22 INCLUDES += -I$(top_srcdir)
23 else
24 INCLUDES = -I$(top_srcdir)
25 endif