diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-01-18 04:58:25 -0500 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-01-18 04:58:25 -0500 |
| commit | b0996c13f31b2e9cf62e7f565af1df1601d56889 (patch) | |
| tree | 6de4f55f540a9e83803ea1e987ee4af69f5af532 /src/Makefile.am | |
| parent | 131832f418372c0654aa4169c4283f863cb96226 (diff) | |
first
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c53180c..4d11bbf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,8 +5,7 @@ bin_PROGRAMS = cli-dssi-host 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 -cli_dssi_host_LDADD = $(AM_LIBS) -lm -ldl -cli_dssi_host_LIBADD = midi/libfluidmidi.la +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 EXTRA_DIST = lts.prs |
