]> git.mxchange.org Git - flightgear.git/blobdiff - tests/Makefile.am
add alcinfo instead.
[flightgear.git] / tests / Makefile.am
index 69612dbef9f3e9b5af0db2099fb34b6489d0a595..57a0bd77cfab9c1e9f589d489ebac5614a8c4118 100644 (file)
@@ -1,4 +1,4 @@
-bin_PROGRAMS = est-epsilon gl-info al-info
+bin_PROGRAMS = est-epsilon gl-info alcinfo
 
 noinst_PROGRAMS = test-gethostname test-mktime test-text test-up test-env-map
 
@@ -8,8 +8,8 @@ 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)
+alcinfo_SOURCES = alcinfo.c
+alcinfo_LDADD = $(openal_LIBS)
 
 test_env_map_SOURCES = test-env-map.cxx
 test_env_map_LDADD = $(opengl_LIBS)