mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-08 13:30:03 -05:00
8 lines
105 B
Text
8 lines
105 B
Text
|
|
EXTRA_LTLIBRARIES=libpcm.la
|
||
|
|
|
||
|
|
libpcm_la_SOURCES = pcm.c
|
||
|
|
all: libpcm.la
|
||
|
|
|
||
|
|
|
||
|
|
INCLUDES=-I$(top_srcdir)/include
|