1
0
Fork 0
flightgear/Time/Makefile.am
curt 2addcf2e76 Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
Fog color fixes.
Separated out lighting calcs into their own file.
1998-04-24 00:52:24 +00:00

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