mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-24 07:00:01 -05:00
14 lines
202 B
Text
14 lines
202 B
Text
|
|
SUBDIRS =
|
||
|
|
DIST_SUBDIRS =
|
||
|
|
|
||
|
|
EXTRA_LTLIBRARIES = libsimplepcm.la
|
||
|
|
|
||
|
|
libsimplepcm_la_SOURCES = simple_pcm.c
|
||
|
|
noinst_HEADERS =
|
||
|
|
|
||
|
|
alsadir = $(datadir)/alsa
|
||
|
|
|
||
|
|
all: libsimplepcm.la
|
||
|
|
|
||
|
|
INCLUDES=-I$(top_srcdir)/include
|