]> git.mxchange.org Git - flightgear.git/blobdiff - tests/Makefile.am
More tweaks to radio and sound.
[flightgear.git] / tests / Makefile.am
index 9bb0f91c645a91e5bd784795eec52a3367d9400b..cbb62fa1c3cb23c998fcb8c53aed29927828f049 100644 (file)
@@ -1,12 +1,4 @@
-if HAVE_DAYLIGHT
-DEFS += -DHAVE_DAYLIGHT
-endif
-
-if HAVE_TIMEZONE
-DEFS += -DHAVE_TIMEZONE
-endif
-
-bin_PROGRAMS = est-epsilon gl-info test-mktime
+bin_PROGRAMS = est-epsilon gl-info test-mktime test-up
 
 est_epsilon_SOURCES = est-epsilon.c
 est_epsilon_LDADD = $(base_LIBS)
@@ -16,3 +8,6 @@ gl_info_LDADD = $(opengl_LIBS)
 
 test_mktime_SOURCES = test-mktime.cxx
 test_mktime_LDADD = $(base_LIBS)
+
+test_up_SOURCES = test-up.cxx
+test_up_LDADD = -lsgmath -lsgdebug -lplibsg $(base_LIBS)