mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-20 06:59:55 -05:00
8 lines
220 B
Makefile
8 lines
220 B
Makefile
EXTRA_LTLIBRARIES = libpcmplugin.la
|
|
|
|
libpcmplugin_la_SOURCES = block.c mmap.c stream.c linear.c interleave.c \
|
|
mulaw.c alaw.c adpcm.c rate.c voices.c volbal.c
|
|
all: libpcmplugin.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|