mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
8 lines
204 B
Makefile
8 lines
204 B
Makefile
EXTRA_LTLIBRARIES = libpcmplugin.la
|
|
|
|
libpcmplugin_la_SOURCES = block.c mmap.c stream.c copy.c linear.c \
|
|
mulaw.c alaw.c adpcm.c rate.c route.c
|
|
all: libpcmplugin.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|