1
0
Fork 0
flightgear/Time/Makefile.am
curt c1004bd1a0 Converting to Gnu autoconf system.
Centralized time handling differences.
1998-04-03 22:12:53 +00:00

10 lines
147 B
Makefile

libdir = ${exec_prefix}/lib
lib_LTLIBRARIES = libTime.la
libTime_la_SOURCES = \
event.c \
fg_time.c \
fg_timer.c \
sunpos.c
INCLUDES += -I..