Added asoundef.h (instead of symlink).

partly modified & comments added for doxygen.
This commit is contained in:
Takashi Iwai 2002-01-11 11:13:20 +00:00
parent e9a5843a19
commit 734decb839
3 changed files with 256 additions and 3 deletions

View file

@ -1,7 +1,7 @@
sysincludedir = ${includedir}/sys
alsaincludedir = ${includedir}/alsa
alsainclude_HEADERS = asoundlib.h \
alsainclude_HEADERS = asoundlib.h asoundef.h \
version.h global.h input.h output.h error.h \
conf.h pcm.h rawmidi.h timer.h \
hwdep.h control.h mixer.h \
@ -40,7 +40,5 @@ stamp-vh: $(top_builddir)/configure.in
INCLUDES=-I$(top_srcdir)/include
install-data-hook:
rm -f $(DESTDIR)$(alsaincludedir)/asoundef.h
$(LN_S) -f ../sound/asoundef.h $(DESTDIR)$(alsaincludedir)/asoundef.h
test -d $(DESTDIR)$(sysincludedir) || mkdir -p $(DESTDIR)$(sysincludedir)
$(INSTALL_DATA) sys.h $(DESTDIR)$(sysincludedir)/asoundlib.h