From a0bb5b3c67e13c1c93de8d26f6585a6adf6435b8 Mon Sep 17 00:00:00 2001 From: durk Date: Sun, 13 Jul 2008 12:38:01 +0000 Subject: [PATCH] - Added the ATC directory again, in it's new incarnation as the storage location for general purpose ATC functions, meant to be compatible with the AIModels code. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index f854b750e..24e6c9f52 100644 --- a/configure.ac +++ b/configure.ac @@ -646,6 +646,7 @@ AC_CONFIG_FILES([ \ src/Include/config.h-msvc8 \ src/Aircraft/Makefile \ src/Airports/Makefile \ + src/ATC/Makefile \ src/ATCDCL/Makefile \ src/Autopilot/Makefile \ src/Cockpit/Makefile \