diff options
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 |