diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0ef06f4..f96d14e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,9 +13,16 @@ common_sources = adsr.c \ midi.c \ midi.h \ notes.h \ + osc.c \ + osc.h \ + osc_tri.c \ + osc_sin.c \ + osc_weird.c \ + osc_sound.c \ raygui.h \ sound.c \ sound.h \ + synth_common.h \ synth_engine.c \ synth_engine.h \ synth_gui.c \ @@ -37,7 +44,7 @@ common_sources = adsr.c \ AM_CFLAGS = -O3 -march=native -fno-math-errno -funroll-loops -flto -pthread synth_SOURCES = synth.c $(common_sources) -synth_LDADD = -lportaudio -lrt -lm -lasound -lraylib -lportmidi -ljack -lfftw3f +synth_LDADD = -lportaudio -lrt -lm -lasound -lraylib -lportmidi -ljack -lfftw3f -lsndfile #cookbook_SOURCES = cookbook.c $(common_sources) #cookbook_SOURCES = cookbook.c $(common_sources) #cook_SOURCES = cook.c $(common_sources) |