mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
Added simple_mixer and simple_pcm subdirs with some 'empty' code
This commit is contained in:
parent
72e6c9c3c0
commit
7c72da4ae5
10 changed files with 608 additions and 16 deletions
13
src/simple_pcm/Makefile.am
Normal file
13
src/simple_pcm/Makefile.am
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue