]> git.mxchange.org Git - simgear.git/blob - simgear/misc/Makefile.am
b11191802215a5b35e8570886d7009478e1e0067
[simgear.git] / simgear / misc / Makefile.am
1 includedir = @includedir@/misc
2
3 if HAVE_ZLIB
4 ZLIB_INCL =
5 else
6 ZLIB_INCL = -I$(top_builddir)/src/zlib
7 endif
8
9 lib_LIBRARIES = libsgmisc.a
10
11 include_HEADERS = \
12         fgpath.hxx \
13         fgstream.hxx \
14         props.hxx \
15         stopwatch.hxx \
16         strutils.hxx \
17         texcoord.hxx \
18         zfstream.hxx
19
20 libsgmisc_a_SOURCES = \
21         fgpath.cxx \
22         fgstream.cxx \
23         props.cxx \
24         props_io.cxx \
25         strutils.cxx \
26         texcoord.cxx \
27         zfstream.cxx
28
29 INCLUDES += -I$(top_builddir) $(ZLIB_INCL)