X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FMakefile.am;h=69612dbef9f3e9b5af0db2099fb34b6489d0a595;hb=cb435814c1293b5ada428612a3e6bb8f2180f21b;hp=59584e0714e92c5bbf347cc514e7b54187b910e2;hpb=8ac2dfc47156de8928919697af9ff01d70180f2a;p=flightgear.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 59584e071..69612dbef 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,21 +1,24 @@ -bin_PROGRAMS = est-epsilon gl-info +bin_PROGRAMS = est-epsilon gl-info al-info -noinst_PROGRAMS = test-gethostname test-mktime test-text test-up +noinst_PROGRAMS = test-gethostname test-mktime test-text test-up test-env-map est_epsilon_SOURCES = est-epsilon.c -est_epsilon_LDADD = $(base_LIBS) +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) + test_gethostname_SOURCES = test-gethostname.cxx -test_gethostname_LDADD = $(base_LIBS) test_mktime_SOURCES = test-mktime.cxx -test_mktime_LDADD = $(base_LIBS) test_text_SOURCES = test-text.cxx -test_text_LDADD = $(base_LIBS) test_up_SOURCES = test-up.cxx -test_up_LDADD = -lsgmath -lsgdebug -lplibsg $(base_LIBS) +test_up_LDADD = -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming -lplibsg -lplibul -lz $(base_LIBS)