From: curt Date: Tue, 17 Sep 2002 01:16:18 +0000 (+0000) Subject: Build with other simgear header files from source tree, not those that are X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=19f99ea273f4a2675108038edd8ff0d0b6ae0707;p=simgear.git Build with other simgear header files from source tree, not those that are installed. --- diff --git a/simgear/scene/sky/clouds3d/Makefile.am b/simgear/scene/sky/clouds3d/Makefile.am index 9c8ff6f4..9b492a4a 100644 --- a/simgear/scene/sky/clouds3d/Makefile.am +++ b/simgear/scene/sky/clouds3d/Makefile.am @@ -28,3 +28,5 @@ libsgclouds3d_a_SOURCES = \ SkyContext.cpp \ SkySceneManager.cpp \ SkySceneLoader.cpp + +INCLUDES = -I$(top_srcdir)