From 95f5034da1d6a1d7a900e9cb5ec013148b718ea8 Mon Sep 17 00:00:00 2001 From: bjarni Date: Tue, 10 Oct 2006 15:02:38 +0000 Subject: (svn r6722) -Codechange: [aircraft build window] moved aircraft build window to a file of it's own Also made some changes to it so it should be easier to unify all the build vehicle windows --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a7da3ac32..c97f73d60 100644 --- a/Makefile +++ b/Makefile @@ -644,6 +644,7 @@ SRCS += aystar.c SRCS += bmp.c SRCS += bridge_gui.c SRCS += bridge_map.c +SRCS += build_vehicle_gui.c SRCS += callback_table.c SRCS += clear_cmd.c SRCS += command.c -- cgit v1.2.3-54-g00ecf