From 6cf51c3222b188cb5208e4e52b0def7ce642de52 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 15 Feb 2000 01:07:49 +0000 Subject: [PATCH] Added ... --- simgear/Makefile.am | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 simgear/Makefile.am diff --git a/simgear/Makefile.am b/simgear/Makefile.am new file mode 100644 index 00000000..b36ab91e --- /dev/null +++ b/simgear/Makefile.am @@ -0,0 +1,27 @@ +if ENABLE_UNIX_SERIAL +SERIAL_DIRS = serial +else +SERIAL_DIRS = +endif + +if HAVE_ZLIB +ZLIB_DIRS = +else +ZLIB_DIRS = zlib +endif + +METAR_DIRS = +# METAR_DIRS = metar + +SUBDIRS = \ + include \ + bucket \ + debug \ + math \ + $(METAR_DIRS) \ + misc \ + screen \ + $(SERIAL_DIRS) \ + xgl \ + $(ZLIB_DIRS) + -- 2.39.5