X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FMakefile.am;h=cade53233d653fcea3633b8961f8815608ad08ce;hb=4928886e562c04bf8a8497a6b4f70aba793e20c2;hp=46db97225306222530bfaf018bc994c26e26209c;hpb=6fcd9f967bf659cc0dcf7288fc82a111e3eaee24;p=flightgear.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 46db97225..cade53233 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ -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 +noinst_PROGRAMS = test-gethostname test-mktime test-text test-env-map if HAVE_FRAMEWORK_PLIB test_up_LDFLAGS = $(plib_FRAMEWORK) @@ -8,14 +8,14 @@ else 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) @@ -26,5 +26,3 @@ test_mktime_SOURCES = test-mktime.cxx test_text_SOURCES = test-text.cxx -test_up_SOURCES = test-up.cxx -test_up_LDADD = $(test_up_PLIB_LIBS) -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming -lz $(base_LIBS)