diff options
author | Thomas White <taw27@cam.ac.uk> | 2008-11-23 20:21:49 +0000 |
---|---|---|
committer | Thomas White <taw27@cam.ac.uk> | 2008-11-23 20:21:49 +0000 |
commit | 0cb293213f711eb3321eb255c947d66664a604cb (patch) | |
tree | a517e4253802d228e40231e4313a3015577c9044 /src/Makefile.am | |
parent | ec010b19cac1d5aea5393a687a91431f2e541101 (diff) | |
parent | 5c62580a9d3c16165d0436152963fd92a597cb23 (diff) |
Merge branch 'audio-thread'
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e125111..f631315 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = openmoocow -openmoocow_SOURCES = main.c mainwindow.c accelerometers.c audio.c physics.c +openmoocow_SOURCES = main.c mainwindow.c accelerometers.c audio.c openmoocow_LDADD = @LIBS@ moosynth_SOURCES = moosynth.c |