xref: /third_party/alsa-lib/src/seq/Makefile.am
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/alsa-lib/src/seq/
1EXTRA_LTLIBRARIES=libseq.la
2
3libseq_la_SOURCES = seq_hw.c seq.c seq_event.c seqmid.c seq_midi_event.c \
4		    seq_symbols.c
5if KEEP_OLD_SYMBOLS
6libseq_la_SOURCES += seq_old.c
7endif
8noinst_HEADERS = seq_local.h
9
10all: libseq.la
11
12
13AM_CPPFLAGS=-I$(top_srcdir)/include
14

Indexes created Thu Nov 07 10:32:03 CST 2024