mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-19 07:00:06 -05:00
Added the support for the hardware depedent interface.
This commit is contained in:
parent
c569de6883
commit
a6aee7bee0
6 changed files with 186 additions and 19 deletions
7
src/hwdep/Makefile.am
Normal file
7
src/hwdep/Makefile.am
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
EXTRA_LTLIBRARIES=libhwdep.la
|
||||
|
||||
libhwdep_la_SOURCES = hwdep.c
|
||||
all: libhwdep.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
Loading…
Add table
Add a link
Reference in a new issue