16 lines
248 B
Text
16 lines
248 B
Text
|
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
|
||
|
|
||
|
gl_info_SOURCES = gl-info.c
|
||
|
|
||
|
test_mktime_SOURCES = test-mktime.cxx
|