mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-10 13:30:00 -05:00
added mixartloader
This commit is contained in:
parent
da789fcf3b
commit
c6b79b4689
10 changed files with 395 additions and 3 deletions
11
mixartloader/configure.in
Normal file
11
mixartloader/configure.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
AC_INIT(mixartloader.c)
|
||||
AM_INIT_AUTOMAKE(mixartloader, 1.0)
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_HEADER_STDC
|
||||
AM_PATH_ALSA(0.9.2)
|
||||
|
||||
CFLAGS="$CFLAGS $ALSA_CFLAGS"
|
||||
LDFLAGS="$LDFLAGS $ALSA_LIBS"
|
||||
|
||||
AC_OUTPUT(Makefile firmware/Makefile)
|
||||
Loading…
Add table
Add a link
Reference in a new issue