summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
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