X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2FMakefile.am;h=002ffab8b70c7abf0b6cb38c3705de6f8a41801f;hb=f1c00cdd18303693f1ecd3387eccf4c7c7ac9c44;hp=dcf388efd2cc2ab4a794206a94178c08cb7f4c15;hpb=0d8ae0cabef1a470f48ce4e71ea5b1749a59d049;p=simgear.git diff --git a/simgear/misc/Makefile.am b/simgear/misc/Makefile.am index dcf388ef..002ffab8 100644 --- a/simgear/misc/Makefile.am +++ b/simgear/misc/Makefile.am @@ -1,9 +1,9 @@ -## Process this file with automake to produce Makefile.in +includedir = @includedir@/misc if HAVE_ZLIB ZLIB_INCL = else -ZLIB_INCL = -I$(top_builddir)/zlib +ZLIB_INCL = -I$(top_srcdir)/src/zlib endif lib_LIBRARIES = libsgmisc.a @@ -11,6 +11,7 @@ lib_LIBRARIES = libsgmisc.a include_HEADERS = \ fgpath.hxx \ fgstream.hxx \ + props.hxx \ stopwatch.hxx \ strutils.hxx \ texcoord.hxx \ @@ -19,8 +20,10 @@ include_HEADERS = \ libsgmisc_a_SOURCES = \ fgpath.cxx \ fgstream.cxx \ + props.cxx \ + props_io.cxx \ strutils.cxx \ texcoord.cxx \ zfstream.cxx -INCLUDES += -I$(top_builddir)/src +INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)