From: curt Date: Fri, 13 Sep 2002 20:36:19 +0000 (+0000) Subject: Tweak lib name. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8bd07e358f43bc4bee372353cd04f6c3dc5dcfd9;p=simgear.git Tweak lib name. --- diff --git a/simgear/scene/sky/clouds3d/Makefile.am b/simgear/scene/sky/clouds3d/Makefile.am index 06cf29f9..35b6b90c 100644 --- a/simgear/scene/sky/clouds3d/Makefile.am +++ b/simgear/scene/sky/clouds3d/Makefile.am @@ -1,12 +1,12 @@ includedir = @includedir@/sky -lib_LIBRARIES = libsgcloud3d.a +lib_LIBRARIES = libsgclouds3d.a include_HEADERS = \ SkySceneLoader.hpp \ SkyUtil.hpp -libsgcloud3d_a_SOURCES = \ +libsgclouds3d_a_SOURCES = \ vec3fv.cpp \ mat16fv.cpp \ tri.cpp \