mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-21 07:00:05 -05:00
10 lines
204 B
Makefile
10 lines
204 B
Makefile
EXTRA_LTLIBRARIES=libseq.la
|
|
|
|
libseq_la_SOURCES = seq_hw.c seq.c seq_event.c seqmid.c seq_midi_event.c \
|
|
seq_symbols.c
|
|
noinst_HEADERS = seq_local.h
|
|
|
|
all: libseq.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|