]> git.mxchange.org Git - flightgear.git/blob - tests/Makefile.am
Fix another crash in the autobrake code, with 'aircraft' (eg, ATC) with no weight...
[flightgear.git] / tests / Makefile.am
1 bin_PROGRAMS = est-epsilon gl-info al-info
2
3 noinst_PROGRAMS = test-gethostname test-mktime test-text test-up test-env-map
4
5 est_epsilon_SOURCES = est-epsilon.c
6 est_epsilon_LDADD =  $(opengl_LIBS)
7
8 gl_info_SOURCES = gl-info.c
9 gl_info_LDADD = $(opengl_LIBS)
10
11 al_info_SOURCES = al-info.c
12 al_info_LDADD = $(openal_LIBS)
13
14 test_env_map_SOURCES = test-env-map.cxx
15 test_env_map_LDADD = $(opengl_LIBS)
16
17 test_gethostname_SOURCES = test-gethostname.cxx
18
19 test_mktime_SOURCES = test-mktime.cxx
20
21 test_text_SOURCES = test-text.cxx
22
23 test_up_SOURCES = test-up.cxx
24 test_up_LDADD = -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming -lplibsg -lplibul -lz $(base_LIBS)