From: david Date: Sun, 16 Dec 2001 20:59:16 +0000 (+0000) Subject: Fixed Makefile.am to install easyxml.hxx in the simgear/xml rather X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c6aa8bc8e92e76f3819027d247a608377dd5f707;p=simgear.git Fixed Makefile.am to install easyxml.hxx in the simgear/xml rather than simgear/. --- diff --git a/simgear/xml/Makefile.am b/simgear/xml/Makefile.am index 613ef545..035d4e7b 100644 --- a/simgear/xml/Makefile.am +++ b/simgear/xml/Makefile.am @@ -1,3 +1,5 @@ +includedir = @includedir@/xml + if HAVE_ZLIB ZLIB_INCL = else