mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-25 08:57:09 -05:00
7 lines
105 B
Makefile
7 lines
105 B
Makefile
EXTRA_LTLIBRARIES=libseq.la
|
|
|
|
libseq_la_SOURCES = seq.c
|
|
all: libseq.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|