From d33d445cce1d9e401b801714d7bb3b6d00184f3a Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 3 Sep 2003 22:10:06 +0000 Subject: [PATCH] Add the Utils directory to the build tree. --- src/Airports/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Airports/Makefile.am b/src/Airports/Makefile.am index e937a481..cadaba07 100644 --- a/src/Airports/Makefile.am +++ b/src/Airports/Makefile.am @@ -4,4 +4,4 @@ else GEN_AIRPORTS_DIR = endif -SUBDIRS = $(GEN_AIRPORTS_DIR) +SUBDIRS = $(GEN_AIRPORTS_DIR) Utils