Blame src/seq/Makefile.am
|
Packit |
4a16fb |
EXTRA_LTLIBRARIES=libseq.la
|
|
Packit |
4a16fb |
|
|
Packit |
4a16fb |
libseq_la_SOURCES = seq_hw.c seq.c seq_event.c seqmid.c seq_midi_event.c \
|
|
Packit |
4a16fb |
seq_symbols.c
|
|
Packit |
4a16fb |
if KEEP_OLD_SYMBOLS
|
|
Packit |
4a16fb |
libseq_la_SOURCES += seq_old.c
|
|
Packit |
4a16fb |
endif
|
|
Packit |
4a16fb |
noinst_HEADERS = seq_local.h
|
|
Packit |
4a16fb |
|
|
Packit |
4a16fb |
all: libseq.la
|
|
Packit |
4a16fb |
|
|
Packit |
4a16fb |
|
|
Packit |
4a16fb |
AM_CPPFLAGS=-I$(top_srcdir)/include
|