diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-01-29 15:33:43 -0800 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-01-29 15:33:43 -0800 |
| commit | 626426cbed64119d48458120d4a7bc8b281bf458 (patch) | |
| tree | 472e5826bd3ab40d3d32449ae2527379d30f5b37 /src/Makefile.am | |
| parent | 4fcb91a9859242c7110fe7088148654ad9fd44aa (diff) | |
moved around and renamed stuff
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 4d11bbf..6d909a1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,11 +1,11 @@ SUBDIRS = midi -bin_PROGRAMS = cli-dssi-host +bin_PROGRAMS = DSSI-render AM_CFLAGS = -Wall -std=c99 $(DSSI_CFLAGS) $(SNDFILE_CFLAGS) $(ALSA_CFLAGS) AM_LIBS = $(DSSI_LIBS) $(SNDFILE_LIBS) $(ALSA_LIBS) -cli_dssi_host_SOURCES = cli-dssi-host.c cli-dssi-host.h ladspa_run_synth.c -cli_dssi_host_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 |
