]> git.mxchange.org Git - flightgear.git/blob - tests/Makefile.am
Fixed a bug in radiostack->search() when switching freq. to a different
[flightgear.git] / tests / Makefile.am
1 bin_PROGRAMS = est-epsilon gl-info test-mktime test-up
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)
11
12 test_up_SOURCES = test-up.cxx
13 test_up_LDADD = -lsgmath -lsgdebug -lplibsg $(base_LIBS)