mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-24 07:00:01 -05:00
- rename configure.in to configure.ac - replace INCLUDES with AM_CPPFLAGS - modernize AM_INIT_AUTOMAKE invocation Signed-off-by: Patrick Welche <prlw1@cam.ac.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
13 lines
264 B
Makefile
13 lines
264 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
|
|
if KEEP_OLD_SYMBOLS
|
|
libseq_la_SOURCES += seq_old.c
|
|
endif
|
|
noinst_HEADERS = seq_local.h
|
|
|
|
all: libseq.la
|
|
|
|
|
|
AM_CPPFLAGS=-I$(top_srcdir)/include
|