mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-07 04:33:44 -05:00
Build system updates...
This commit is contained in:
parent
17f35d0043
commit
55a8da9341
4 changed files with 11 additions and 3 deletions
|
|
@ -133,7 +133,8 @@ arm*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile include/Makefile src/Makefile \
|
AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile include/Makefile
|
||||||
|
include/sound/Makefile src/Makefile \
|
||||||
src/control/Makefile src/mixer/Makefile src/pcm/Makefile \
|
src/control/Makefile src/mixer/Makefile src/pcm/Makefile \
|
||||||
src/rawmidi/Makefile src/timer/Makefile \
|
src/rawmidi/Makefile src/timer/Makefile \
|
||||||
src/hwdep/Makefile src/seq/Makefile src/instr/Makefile \
|
src/hwdep/Makefile src/seq/Makefile src/instr/Makefile \
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
touch ltconfig
|
||||||
libtoolize --force --copy --automake
|
libtoolize --force --copy --automake
|
||||||
aclocal $ACLOCAL_FLAGS
|
aclocal $ACLOCAL_FLAGS
|
||||||
autoheader
|
autoheader
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
SUBDIRS = sound
|
||||||
|
|
||||||
sysincludedir = ${includedir}/sys
|
sysincludedir = ${includedir}/sys
|
||||||
alsaincludedir = ${includedir}/alsa
|
alsaincludedir = ${includedir}/alsa
|
||||||
|
|
||||||
|
|
@ -8,8 +10,7 @@ alsainclude_HEADERS = asoundlib.h asoundef.h \
|
||||||
seq_event.h seq.h seqmid.h seq_midi_event.h \
|
seq_event.h seq.h seqmid.h seq_midi_event.h \
|
||||||
conv.h instr.h iatomic.h
|
conv.h instr.h iatomic.h
|
||||||
|
|
||||||
noinst_HEADERS = sys.h search.h list.h aserver.h local.h alsa-symbols.h \
|
noinst_HEADERS = sys.h search.h list.h aserver.h local.h alsa-symbols.h
|
||||||
sound/asound.h sound/asoundef.h sound/asequencer.h
|
|
||||||
|
|
||||||
CLEANFILES = stamp-vh version.h
|
CLEANFILES = stamp-vh version.h
|
||||||
|
|
||||||
|
|
|
||||||
5
include/sound/Makefile.am
Normal file
5
include/sound/Makefile.am
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
alsasoundincludedir = ${includedir}/alsa/sound
|
||||||
|
|
||||||
|
alsasoundinclude_HEADERS = ainstr_fm.h ainstr_gf1.h ainstr_simple.h ainstr_iw.h
|
||||||
|
|
||||||
|
noinst_HEADERS = asound.h asoundef.h asequencer.h
|
||||||
Loading…
Add table
Add a link
Reference in a new issue