]> git.mxchange.org Git - flightgear.git/blob - tests/Makefile.am
Win32 typos crept in during the patch. Fix from Frederic Bouvier.
[flightgear.git] / tests / Makefile.am
1 bin_PROGRAMS = est-epsilon gl-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
7 gl_info_SOURCES = gl-info.c
8 gl_info_LDADD = $(opengl_LIBS)
9
10 test_env_map_SOURCES = test-env-map.cxx
11 test_env_map_LDADD = $(opengl_LIBS)
12
13 test_gethostname_SOURCES = test-gethostname.cxx
14
15 test_mktime_SOURCES = test-mktime.cxx
16
17 test_text_SOURCES = test-text.cxx
18
19 test_up_SOURCES = test-up.cxx
20 test_up_LDADD = -lsgmath -lsgdebug -lplibsg -lplibul $(base_LIBS)