diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3aff1d3..c775183 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,9 @@ #bin_PROGRAMS = food cookbook cook synth bin_PROGRAMS = synth -common_sources = filter.c \ +common_sources = adsr.c \ + adsr.h \ + filter.c \ filter.h \ lowpass.c \ lowpass.h \ |