X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/b901702b893a6c7e0a964f2f5249a37fe0cf2805..1b1de4a466963fbfebf76e3920bf0cb573102cff:/Makefile.am diff --git a/Makefile.am b/Makefile.am index ea546a8..dd3c0d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,7 +108,6 @@ EXTRA_DIST += t/game-notime.h t/xos256ss.c $(t_boardbit_OBJECTS): $(gnulib_headers) $(t_overlaygoal_OBJECTS): $(gnulib_headers) -$(t_rng_test_OBJECTS): $(gnulib_headers) t_boardmove_SOURCES = t/boardmove.c src/game.c $(t_boardmove_OBJECTS): $(gnulib_headers) @@ -126,6 +125,9 @@ $(t_ewmhicon_OBJECTS): $(gnulib_headers) t_initboard_SOURCES = t/initboard.c src/game.c $(t_initboard_OBJECTS): $(gnulib_headers) +t_rng_test_SOURCES = t/rng-test.c common/src/tap.c +$(t_rng_test_OBJECTS): $(gnulib_headers) + XPMICONS_LOCOLOR = data/lo16x16.xpm data/lo32x32.xpm data/lo48x48.xpm XPMICONS_HICOLOR = data/hi16x16.xpm data/hi24x24.xpm \ data/hi32x32.xpm data/hi48x48.xpm