diff options
| author | pepper <peppersclothescult@gmail.com> | 2015-01-29 16:24:34 -0800 |
|---|---|---|
| committer | pepper <peppersclothescult@gmail.com> | 2015-01-29 16:24:34 -0800 |
| commit | d17152c1b68d3e7ef7ba1643e9c7fa8f3f276bdd (patch) | |
| tree | 9b3db73c174ec2ed8d83d9caa621b8bc6ed7e0bb /src/Makefile.am | |
| parent | 3dce74ec0302c4a62d4b51406178cd7dac50e7ee (diff) | |
whoops forgot to add new files
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6d909a1..bf0780b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,11 +1,11 @@ SUBDIRS = midi -bin_PROGRAMS = DSSI-render +bin_PROGRAMS = dssi-render AM_CFLAGS = -Wall -std=c99 $(DSSI_CFLAGS) $(SNDFILE_CFLAGS) $(ALSA_CFLAGS) AM_LIBS = $(DSSI_LIBS) $(SNDFILE_LIBS) $(ALSA_LIBS) -DSSI_render_SOURCES = DSSI-render.c DSSI-render.h ladspa_run_synth.c -DSSI_render_LDADD = $(AM_LIBS) -lm -ldl midi/libfluidmidi.la +dssi_render_SOURCES = dssi-render.c dssi-render.h ladspa_run_synth.c +dssi_render_LDADD = $(AM_LIBS) -lm -ldl midi/libfluidmidi.la EXTRA_DIST = lts.prs |
