1
0
Fork 0
flightgear/Time/Makefile.am

12 lines
227 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
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator