]> git.mxchange.org Git - simgear.git/commitdiff
Oops, missing a trainling backslash after exception.hxx
authorcurt <curt>
Sat, 28 Jul 2001 04:00:10 +0000 (04:00 +0000)
committercurt <curt>
Sat, 28 Jul 2001 04:00:10 +0000 (04:00 +0000)
simgear/misc/Makefile.am

index 0014ec1631168b8aaf50bf5d5c285b3e6162c771..514b9c6b9cd67a396169caac3dfaa79bf75a3b68 100644 (file)
@@ -10,7 +10,7 @@ lib_LIBRARIES = libsgmisc.a
 
 include_HEADERS = \
         commands.hxx \
-        exception.hxx
+        exception.hxx \
        props.hxx \
        sg_path.hxx \
        sgstream.hxx \