mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
Updated to use GNU autoconf/automake.
This commit is contained in:
parent
1a7c2fedf5
commit
a8d15e1b99
6 changed files with 60 additions and 42 deletions
10
seq/sbiload/configure.in
Normal file
10
seq/sbiload/configure.in
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
AC_INIT(sbiload.c)
|
||||
AM_INIT_AUTOMAKE(sbiload, 0.3.0)
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_HEADER_STDC
|
||||
AM_PATH_ALSA(0.9.0)
|
||||
CFLAGS="$CFLAGS $ALSA_FLAGS"
|
||||
LDFLAGS="$LDFLAGS $ALSA_LIBS"
|
||||
|
||||
AC_OUTPUT(Makefile)
|
||||
Loading…
Add table
Add a link
Reference in a new issue