mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed doxygen config file.
This commit is contained in:
parent
de0c7fd204
commit
f351dc0f0d
3 changed files with 18 additions and 18 deletions
32
configure.in
32
configure.in
|
|
@ -31,21 +31,21 @@ if test "$kerneldir" != "" -a -d $kerneldir/include ; then
|
||||||
fi
|
fi
|
||||||
AC_MSG_RESULT($ALSA_CFLAGS)
|
AC_MSG_RESULT($ALSA_CFLAGS)
|
||||||
|
|
||||||
dnl Check for asound.h localtion
|
dnl dnl Check for asound.h localtion
|
||||||
ASOUND_PATH=""
|
dnl ASOUND_PATH=""
|
||||||
if test x"$kerneldir" != x""; then
|
dnl if test x"$kerneldir" != x""; then
|
||||||
if test -f $kerneldir/include/sound/asound.h; then
|
dnl if test -f $kerneldir/include/sound/asound.h; then
|
||||||
ASOUND_PATH=$kerneldir/include/sound
|
dnl ASOUND_PATH=$kerneldir/include/sound
|
||||||
fi
|
dnl fi
|
||||||
fi
|
dnl fi
|
||||||
if test x$asound_loc = x ; then
|
dnl if test x$asound_loc = x ; then
|
||||||
if test -f /usr/include/sound/asound.h; then
|
dnl if test -f /usr/include/sound/asound.h; then
|
||||||
ASOUND_PATH=/usr/include/sound
|
dnl ASOUND_PATH=/usr/include/sound
|
||||||
else
|
dnl else
|
||||||
ASOUND_PATH=../../alsa-driver/include
|
dnl ASOUND_PATH=../../alsa-driver/include
|
||||||
fi
|
dnl fi
|
||||||
fi
|
dnl fi
|
||||||
AC_SUBST(ASOUND_PATH)
|
dnl AC_SUBST(ASOUND_PATH)
|
||||||
|
|
||||||
dnl Checks for header files.
|
dnl Checks for header files.
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
|
|
@ -94,4 +94,4 @@ AC_OUTPUT(Makefile doc/Makefile include/Makefile src/Makefile \
|
||||||
src/compat/Makefile src/conf/Makefile \
|
src/compat/Makefile src/conf/Makefile \
|
||||||
src/conf/cards/Makefile src/conf/pcm/Makefile \
|
src/conf/cards/Makefile src/conf/pcm/Makefile \
|
||||||
aserver/Makefile test/Makefile utils/Makefile \
|
aserver/Makefile test/Makefile utils/Makefile \
|
||||||
utils/alsa-lib.spec doc/doxygen.cfg)
|
utils/alsa-lib.spec)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
EXTRA_DIST=README.1st asoundrc.txt
|
EXTRA_DIST=README.1st asoundrc.txt doxygen.cfg
|
||||||
|
|
||||||
INCLUDES=-I$(top_srcdir)/include
|
INCLUDES=-I$(top_srcdir)/include
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ GENERATE_MAN = NO
|
||||||
GENERATE_RTF = NO
|
GENERATE_RTF = NO
|
||||||
|
|
||||||
CASE_SENSE_NAMES = NO
|
CASE_SENSE_NAMES = NO
|
||||||
INPUT = @ASOUND_PATH@/asound.h ../include/asoundlib.h ../src
|
INPUT = ../include ../src
|
||||||
EXCLUDE = ../src/control/control_local.h \
|
EXCLUDE = ../src/control/control_local.h \
|
||||||
../src/pcm/atomic.h \
|
../src/pcm/atomic.h \
|
||||||
../src/pcm/interval.h \
|
../src/pcm/interval.h \
|
||||||
Loading…
Add table
Add a link
Reference in a new issue