]> git.mxchange.org Git - simgear.git/commitdiff
Fix a tyop.
authorcurt <curt>
Sun, 22 Sep 2002 03:42:26 +0000 (03:42 +0000)
committercurt <curt>
Sun, 22 Sep 2002 03:42:26 +0000 (03:42 +0000)
simgear/scene/sky/clouds3d/Makefile.am

index b74a64b47b2cfc00fd4ef0c2f441491397778168..a8b0b48c465df4aea687b8edca5fcc17fcafca79 100644 (file)
@@ -16,7 +16,7 @@ include_HEADERS = \
        SkyUtil.hpp
 
 libsgclouds3d_a_SOURCES = \
-        $(EXTRA_SOURCE) \
+        $(EXTGL_SOURCE) \
        vec3fv.cpp \
        mat16fv.cpp \
        tri.cpp \