mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Switch to automake and libtool
This commit is contained in:
parent
9e85a4cf21
commit
96f35a05ef
45 changed files with 9388 additions and 439 deletions
15
include/Makefile.am
Normal file
15
include/Makefile.am
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
sysincludedir = ${includedir}/sys
|
||||
sysinclude_HEADERS = asoundlib.h
|
||||
|
||||
# This is the order they will be concatenated into asoundlib.h!
|
||||
#
|
||||
header_files=header.h version.h error.h control.h mixer.h pcm.h rawmidi.h \
|
||||
footer.h
|
||||
|
||||
noinst_HEADERS=$(header_files)
|
||||
|
||||
$(srcdir)/asoundlib.h: $(header_files)
|
||||
cat $^ > $@
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
Loading…
Add table
Add a link
Reference in a new issue