2addcf2e76
Fog color fixes. Separated out lighting calcs into their own file.
12 lines
288 B
Makefile
12 lines
288 B
Makefile
libdir = ${exec_prefix}/lib
|
|
|
|
lib_LTLIBRARIES = libTime.la
|
|
|
|
libTime_la_SOURCES = \
|
|
event.cxx event.hxx \
|
|
fg_time.cxx fg_time.hxx \
|
|
fg_timer.cxx fg_timer.hxx \
|
|
light.cxx light.hxx \
|
|
sunpos.cxx sunpos.hxx
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|