X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FMakefile.am;h=69612dbef9f3e9b5af0db2099fb34b6489d0a595;hb=cb435814c1293b5ada428612a3e6bb8f2180f21b;hp=42a4c4756e93500d40c612cd68f73980a9d2c042;hpb=62bb2277bc57d6042e3a7d3f43872c62f6e64d8b;p=flightgear.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 42a4c4756..69612dbef 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = est-epsilon gl-info +bin_PROGRAMS = est-epsilon gl-info al-info noinst_PROGRAMS = test-gethostname test-mktime test-text test-up test-env-map @@ -8,6 +8,9 @@ est_epsilon_LDADD = $(opengl_LIBS) gl_info_SOURCES = gl-info.c gl_info_LDADD = $(opengl_LIBS) +al_info_SOURCES = al-info.c +al_info_LDADD = $(openal_LIBS) + test_env_map_SOURCES = test-env-map.cxx test_env_map_LDADD = $(opengl_LIBS)