From 4ffd70a42a4a0a8babaa421c56b19cce5410bc4b Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 31 Oct 2009 08:53:55 +0000 Subject: [PATCH] fix a typo --- simgear/sound/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.5