]> git.mxchange.org Git - flightgear.git/blobdiff - tests/Makefile.am
FG_ to SG_ namespace changes.
[flightgear.git] / tests / Makefile.am
index 9bb0f91c645a91e5bd784795eec52a3367d9400b..8c7ab12810c2d1545c9fcb04567c14a805407eb7 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-gethostname test-mktime test-up
 
 est_epsilon_SOURCES = est-epsilon.c
 est_epsilon_LDADD = $(base_LIBS)
@@ -14,5 +6,11 @@ est_epsilon_LDADD = $(base_LIBS)
 gl_info_SOURCES = gl-info.c
 gl_info_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_up_SOURCES = test-up.cxx
+test_up_LDADD = -lsgmath -lsgdebug -lplibsg $(base_LIBS)