From c6aa8bc8e92e76f3819027d247a608377dd5f707 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 16 Dec 2001 20:59:16 +0000 Subject: [PATCH] Fixed Makefile.am to install easyxml.hxx in the simgear/xml rather than simgear/. --- simgear/xml/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2