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