From: ehofman Date: Sat, 31 Oct 2009 08:53:55 +0000 (+0000) Subject: fix a typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ffd70a42a4a0a8babaa421c56b19cce5410bc4b;p=simgear.git fix a typo --- diff --git a/simgear/sound/Makefile.am b/simgear/sound/Makefile.am index dd271496..d14c9fb7 100644 --- a/simgear/sound/Makefile.am +++ b/simgear/sound/Makefile.am @@ -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 \