]> git.mxchange.org Git - simgear.git/blob - simgear/misc/Makefile.am
44d4a79637ff454da0577de17af67b3d24cd9d30
[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         stopwatch.hxx \
15         strutils.hxx \
16         texcoord.hxx \
17         zfstream.hxx
18
19 libsgmisc_a_SOURCES = \
20         fgpath.cxx \
21         fgstream.cxx \
22         strutils.cxx \
23         texcoord.cxx \
24         zfstream.cxx
25
26 INCLUDES += -I$(top_builddir)/src $(ZLIB_INCL)