]> git.mxchange.org Git - simgear.git/blob - simgear/xml/Makefile.am
Initial revision.
[simgear.git] / simgear / xml / Makefile.am
1 if HAVE_ZLIB
2 ZLIB_INCL =
3 else
4 XLIB_INCL = -I$(top_builddir)/src/zlib
5 endif
6
7 lib_LIBRARIES = libsgxml.a
8
9 include_HEADERS = \
10         easyxml.hxx
11
12 libsgxml_a_SOURCES = \
13         hashtable.c \
14         xmlparse.c \
15         xmlrole.c \
16         xmltok.c \
17         easyxml.cxx
18
19 INCLUDES += -I$(top_builddir) $(ZLIB_INCL)