Added simgear/sky/clouds3d to the build system.
This commit is contained in:
parent
8bd07e358f
commit
55c89ea865
@ -371,6 +371,7 @@ AC_CONFIG_FILES([ \
|
|||||||
simgear/screen/Makefile \
|
simgear/screen/Makefile \
|
||||||
simgear/serial/Makefile \
|
simgear/serial/Makefile \
|
||||||
simgear/sky/Makefile \
|
simgear/sky/Makefile \
|
||||||
|
simgear/sky/clouds3d/Makefile \
|
||||||
simgear/threads/Makefile \
|
simgear/threads/Makefile \
|
||||||
simgear/timing/Makefile \
|
simgear/timing/Makefile \
|
||||||
simgear/xgl/Makefile \
|
simgear/xgl/Makefile \
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
includedir = @includedir@/sky
|
includedir = @includedir@/sky
|
||||||
|
|
||||||
|
SUBDIRS = clouds3d
|
||||||
|
|
||||||
lib_LIBRARIES = libsgsky.a
|
lib_LIBRARIES = libsgsky.a
|
||||||
|
|
||||||
include_HEADERS = \
|
include_HEADERS = \
|
||||||
|
Loading…
Reference in New Issue
Block a user