Browse Source

Makefile.am: fix the reference to wave_sada.cpp (reported by Ken Perry)

master
Reece H. Dunn 9 years ago
parent
commit
98e9bee133
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile.am

+ 1
- 1
Makefile.am View File

@@ -132,7 +132,7 @@ wave_LIBS = -lportaudio
wave_FLAGS = -DUSE_PORTAUDIO
else
if AUDIO_SADA
wave_SOURCE = wave_sada.cpp
wave_SOURCE = src/wave_sada.cpp
wave_FLAGS = -DUSE_SADA
else
wave_SOURCE = src/wave.cpp

Loading…
Cancel
Save