mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-13 13:30:01 -05:00
- added INSTALL and README documents. - fixed compile warnings. - install hotplug scripts to /etc/hotplug/usb. - added phase1 firmware files.
11 lines
220 B
Text
11 lines
220 B
Text
AC_INIT(usx2yloader.c)
|
|
AM_INIT_AUTOMAKE(usx2yloader, 0.3)
|
|
AC_PROG_CC
|
|
AC_PROG_INSTALL
|
|
AC_HEADER_STDC
|
|
AM_PATH_ALSA(0.9.0)
|
|
|
|
CFLAGS="$CFLAGS $ALSA_CFLAGS"
|
|
LDFLAGS="$LDFLAGS $ALSA_LIBS"
|
|
|
|
AC_OUTPUT(Makefile firmware/Makefile)
|