]> git.mxchange.org Git - simgear.git/blob - simgear/xml/Makefile.am
#includes based off of srcdir rather than builddir.
[simgear.git] / simgear / xml / Makefile.am
1 if HAVE_ZLIB
2 ZLIB_INCL =
3 else
4 XLIB_INCL = -I$(top_srcdir)/src/zlib
5 endif
6
7 lib_LIBRARIES = libsgxml.a
8
9 include_HEADERS = \
10         easyxml.hxx
11
12 noinst_HEADERS = \
13         xmltok_impl.c xmltok_ns.c
14
15 libsgxml_a_SOURCES = \
16         asciitab.h \
17         easyxml.cxx \
18         hashtable.h hashtable.c \
19         iasciitab.h latin1tab.h nametab.h utf8tab.h xmldef.h \
20         xmlparse.h xmlparse.c \
21         xmlrole.h xmlrole.c \
22         xmltok.h xmltok.c \
23         xmltok_impl.h
24
25 INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)