From d0c655109fbf18d96501ca10190c2527544d24f4 Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 28 Jul 2001 04:00:10 +0000 Subject: [PATCH] Oops, missing a trainling backslash after exception.hxx --- simgear/misc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/misc/Makefile.am b/simgear/misc/Makefile.am index 0014ec16..514b9c6b 100644 --- a/simgear/misc/Makefile.am +++ b/simgear/misc/Makefile.am @@ -10,7 +10,7 @@ lib_LIBRARIES = libsgmisc.a include_HEADERS = \ commands.hxx \ - exception.hxx + exception.hxx \ props.hxx \ sg_path.hxx \ sgstream.hxx \ -- 2.39.5