From 87e38e26173a284018cbdfa7398d1a1ec714f82b Mon Sep 17 00:00:00 2001 From: curt Date: Sun, 22 Sep 2002 03:42:26 +0000 Subject: [PATCH] Fix a tyop. --- simgear/scene/sky/clouds3d/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/scene/sky/clouds3d/Makefile.am b/simgear/scene/sky/clouds3d/Makefile.am index b74a64b4..a8b0b48c 100644 --- a/simgear/scene/sky/clouds3d/Makefile.am +++ b/simgear/scene/sky/clouds3d/Makefile.am @@ -16,7 +16,7 @@ include_HEADERS = \ SkyUtil.hpp libsgclouds3d_a_SOURCES = \ - $(EXTRA_SOURCE) \ + $(EXTGL_SOURCE) \ vec3fv.cpp \ mat16fv.cpp \ tri.cpp \ -- 2.39.5