diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-01-16 15:38:48 -0500 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-01-16 15:38:48 -0500 |
| commit | 131832f418372c0654aa4169c4283f863cb96226 (patch) | |
| tree | c86492441c3de3d13ebe2c2e2d9bc5dcf04aeaf0 /src/Makefile.am | |
first commit
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..c53180c --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,12 @@ +SUBDIRS = midi + +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 + +EXTRA_DIST = lts.prs |
