mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added asoundef.h (instead of symlink).
partly modified & comments added for doxygen.
This commit is contained in:
parent
e9a5843a19
commit
734decb839
3 changed files with 256 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue