From 9890f8dc2f72b4f197256c1291cb1c2796fabb08 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 3 Dec 2002 15:38:41 +0000 Subject: [PATCH] Added utils/TerraSync/ --- Makefile.am | 5 +++-- configure.ac | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6d9e53103..61362b2c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,9 @@ SUBDIRS = \ tests \ - src \ + man \ scripts \ - man + src \ + utils EXTRA_DIST = \ Thanks \ diff --git a/configure.ac b/configure.ac index 7a21681b0..97bb7d2ee 100644 --- a/configure.ac +++ b/configure.ac @@ -604,6 +604,8 @@ AC_CONFIG_FILES([ \ src/Time/Makefile \ src/WeatherCM/Makefile \ tests/Makefile \ + utils/Makefile \ + utils/TerraSync/Makefile \ ]) AC_OUTPUT