From: Tim Moore Date: Mon, 11 Jan 2010 08:08:41 +0000 (+0100) Subject: Merge branch 'ehofman/rename' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b770e22a482dd950ea3c89226762a6284af3be1c;p=flightgear.git Merge branch 'ehofman/rename' --- b770e22a482dd950ea3c89226762a6284af3be1c diff --cc tests/Makefile.am index 103660b06,c3e2dc570..2062c36ba --- a/tests/Makefile.am +++ b/tests/Makefile.am @@@ -8,14 -8,14 +8,14 @@@ els test_up_PLIB_LIBS = -lplibsg -lplibul endif - est_epsilon_SOURCES = est-epsilon.c + est_epsilon_SOURCES = est-epsilon.cxx est_epsilon_LDADD = $(opengl_LIBS) - gl_info_SOURCES = gl-info.c + gl_info_SOURCES = gl-info.cxx gl_info_LDADD = $(opengl_LIBS) -al_info_SOURCES = al-info.c -al_info_LDADD = $(openal_LIBS) +alcinfo_SOURCES = alcinfo.cxx +alcinfo_LDADD = $(openal_LIBS) test_env_map_SOURCES = test-env-map.cxx test_env_map_LDADD = $(opengl_LIBS)