From: curt Date: Sun, 22 Sep 2002 03:42:26 +0000 (+0000) Subject: Fix a tyop. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=87e38e26173a284018cbdfa7398d1a1ec714f82b;p=simgear.git Fix a tyop. --- 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 \