mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-12 13:30:12 -05:00
9 lines
180 B
Text
9 lines
180 B
Text
|
|
EXTRA_LTLIBRARIES = libpcmplugin.la
|
||
|
|
|
||
|
|
libpcmplugin_la_SOURCES = block.c mmap.c stream.c linear.c interleave.c \
|
||
|
|
mulaw.c
|
||
|
|
all: libpcmplugin.la
|
||
|
|
|
||
|
|
|
||
|
|
INCLUDES=-I$(top_srcdir)/include
|