From c805dca4c819de987c7778035e96e896f021587b Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 26 Jun 2012 07:52:52 +0000 Subject: [PATCH] build: create and activate Makefile for ToukyDemo. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 9b1c2e2a..d07915b8 100644 --- a/configure.ac +++ b/configure.ac @@ -405,6 +405,9 @@ AC_CONFIG_FILES( AC_CONFIG_FILES( [games/orbital/Makefile ]) +AC_CONFIG_FILES( + [games/ToukyDemo/Makefile +]) AC_CONFIG_FILES( [tools/neercs/Makefile ])