1
0
Fork 0
flightgear/Time/Makefile.am

12 lines
249 B
Text
Raw Normal View History

libdir = ${exec_prefix}/lib
lib_LTLIBRARIES = libTime.la
libTime_la_SOURCES = \
event.c event.h \
fg_time.c fg_time.h \
fg_timer.c fg_timer.h \
sunpos.c sunpos.h
1998-04-18 04:13:51 +00:00
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator