mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-04-14 08:21:53 -04:00
Use autoconf/automake GNU tools.
This commit is contained in:
parent
d8ccbda67e
commit
1a7c2fedf5
6 changed files with 60 additions and 42 deletions
10
sb16_csp/configure.in
Normal file
10
sb16_csp/configure.in
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
AC_INIT(cspctl.c)
|
||||
AM_INIT_AUTOMAKE(cspctl, 0.2.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