]> git.mxchange.org Git - simgear.git/commitdiff
fix a typo
authorehofman <ehofman>
Sat, 31 Oct 2009 08:53:55 +0000 (08:53 +0000)
committerTim Moore <timoore@redhat.com>
Sat, 31 Oct 2009 21:55:26 +0000 (22:55 +0100)
simgear/sound/Makefile.am

index dd271496c22ba5a0be0b92fa2f5779d8892f7c71..d14c9fb78953b147c8f378f09af4a1c752225ad8 100644 (file)
@@ -22,7 +22,7 @@ check_PROGRAMS = openal_test1 openal_test2 openal_test3
 
 openal_test1_SOURCES = openal_test1.cxx
 openal_test2_SOURCES = openal_test2.cxx
-openal_test3SOURCES = openal_test3.cxx
+openal_test3_SOURCES = openal_test3.cxx
 
 openal_test1_LDADD = \
        $(top_builddir)/simgear/debug/libsgdebug.a \