]> git.mxchange.org Git - flightgear.git/blobdiff - tests/Makefile.am
Merge branch 'jsd/atmos' into topic/atmos-merge
[flightgear.git] / tests / Makefile.am
index 2f9b2feed9e1af6f2de61f1bec7e5da6ae18bc38..69612dbef9f3e9b5af0db2099fb34b6489d0a595 100644 (file)
@@ -1,12 +1,16 @@
-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
 
 est_epsilon_SOURCES = est-epsilon.c
+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)
 
@@ -17,4 +21,4 @@ test_mktime_SOURCES = test-mktime.cxx
 test_text_SOURCES = test-text.cxx
 
 test_up_SOURCES = test-up.cxx
-test_up_LDADD = -lsgmath -lsgdebug -lplibsg -lplibul $(base_LIBS)
+test_up_LDADD = -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming -lplibsg -lplibul -lz $(base_LIBS)