]> git.mxchange.org Git - flightgear.git/blobdiff - tests/Makefile.am
Remove some left over debugging output.
[flightgear.git] / tests / Makefile.am
index af1db71cbd946f1418b5b3a032031e2bc7ca5fb6..42a4c4756e93500d40c612cd68f73980a9d2c042 100644 (file)
@@ -1,20 +1,21 @@
-bin_PROGRAMS = est-epsilon gl-info test-gethostname test-mktime test-text \
-       test-up
+bin_PROGRAMS = est-epsilon gl-info
+
+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)
 
+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)