]> git.mxchange.org Git - flightgear.git/blob - tests/Makefile.am
Reduce spurious output from joystick.cxx
[flightgear.git] / tests / Makefile.am
1 bin_PROGRAMS = est-epsilon gl-info test-mktime
2
3 est_epsilon_SOURCES = est-epsilon.c
4 est_epsilon_LDADD = $(base_LIBS)
5
6 gl_info_SOURCES = gl-info.c
7 gl_info_LDADD = $(opengl_LIBS)
8
9 test_mktime_SOURCES = test-mktime.cxx
10 test_mktime_LDADD = $(base_LIBS)