From: curt Date: Sat, 28 Jul 2001 04:00:10 +0000 (+0000) Subject: Oops, missing a trainling backslash after exception.hxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d0c655109fbf18d96501ca10190c2527544d24f4;p=simgear.git Oops, missing a trainling backslash after exception.hxx --- 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 \