alsa-tools/vxloader/configure.in
Takashi Iwai aa558b819b - use the generic hwdep DSP loader API.
- install the firmware to /usr/share/alsa/firmware.
- separate configuration file for each card type.
2003-02-19 15:41:14 +00:00

11 lines
214 B
Text

AC_INIT(vxloader.c)
AM_INIT_AUTOMAKE(vxloader, 1.0)
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)