Added simple_mixer and simple_pcm subdirs with some 'empty' code

This commit is contained in:
Jaroslav Kysela 2003-06-22 18:09:03 +00:00
parent 72e6c9c3c0
commit 7c72da4ae5
10 changed files with 608 additions and 16 deletions

View 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