1
0
Fork 0
flightgear/Makefile.am

19 lines
345 B
Text
Raw Normal View History

1998-07-03 12:18:55 +00:00
if HAVE_DAYLIGHT
DEFS += -DHAVE_DAYLIGHT
endif
if HAVE_TIMEZONE
DEFS += -DHAVE_TIMEZONE
endif
bin_PROGRAMS = est-epsilon gl-info test-mktime
est_epsilon_SOURCES = est-epsilon.c
est_epsilon_LDADD = $(base_LIBS)
1998-07-03 12:18:55 +00:00
gl_info_SOURCES = gl-info.c
1998-12-05 14:12:02 +00:00
gl_info_LDADD = $(opengl_LIBS)
1998-07-03 12:18:55 +00:00
test_mktime_SOURCES = test-mktime.cxx
1998-12-05 14:12:02 +00:00
test_mktime_LDADD = $(base_LIBS)