Move simgear/sky/ -> simgear/scene/sky/ as part of the consolidation of

graphics code.
This commit is contained in:
curt
2003-05-30 15:16:25 +00:00
parent b3f88735a8
commit c8432e3763
5 changed files with 9 additions and 10 deletions

View File

@@ -420,11 +420,11 @@ AC_CONFIG_FILES([ \
simgear/scene/Makefile \
simgear/scene/material/Makefile \
simgear/scene/model/Makefile \
simgear/scene/sky/Makefile \
simgear/scene/sky/clouds3d/Makefile \
simgear/scene/tgdb/Makefile \
simgear/screen/Makefile \
simgear/serial/Makefile \
simgear/sky/Makefile \
simgear/sky/clouds3d/Makefile \
simgear/sound/Makefile \
simgear/threads/Makefile \
simgear/timing/Makefile \

View File

@@ -28,7 +28,6 @@ SUBDIRS = \
scene \
screen \
serial \
sky \
sound \
$(SGTHREAD_DIR) \
timing \

View File

@@ -1,6 +1,6 @@
includedir = @includedir@/scene
SUBDIRS = material model tgdb
SUBDIRS = material model sky tgdb
# lib_LIBRARIES = libsgscene.a

View File

@@ -1,4 +1,4 @@
includedir = @includedir@/sky
includedir = @includedir@/scene/sky
# SUBDIRS = clouds3d

View File

@@ -42,11 +42,11 @@
#include <vector>
#include <simgear/sky/cloud.hxx>
#include <simgear/sky/dome.hxx>
#include <simgear/sky/moon.hxx>
#include <simgear/sky/oursun.hxx>
#include <simgear/sky/stars.hxx>
#include <simgear/scene/sky/cloud.hxx>
#include <simgear/scene/sky/dome.hxx>
#include <simgear/scene/sky/moon.hxx>
#include <simgear/scene/sky/oursun.hxx>
#include <simgear/scene/sky/stars.hxx>
SG_USING_STD(vector);